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
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.