When debugging/stepping through code, and I try to examine a variable in the watch, I get errors for every inner-variable stating function evaluation timed out.
Does anyone know why this is and how to avoid it? As it impacts my ability to debug code.
This is within VS2010 Premium.
The most likely cause of this problem is an implicit evaluation of a property or ToString
method which causes an issue with the CLR evaluation thread. To verify this turn off implicit evaluation.
Then restart your scenario and see if it works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With