jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 250 forks source link

Debugging - Function evaluation timed out #146

Closed sjwoodard closed 10 years ago

sjwoodard commented 10 years ago

In VS 2013 (.NET 4.5.1), when I try to access the properties of an iteration of a IDomObject enumerable while debugging, the debugger will tell me "Function evaluation timed out" starting at the Depth property and then "Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation." for the remaining properties. The same thing occurs when I use the CQ.Each(Action func) method.

The only other time I saw this mentioned was in issue #82. Is there a way around this, or am I doing something wrong? Thank you!

Edit: I am using v. 1.3.4 NuGet package

sjwoodard commented 10 years ago

I just compiled from source, and this problem is no longer occurring. Sorry for opening a new issue.