bentayloruk / CsSpy

Debugger Visualization Tools for Microsoft and Ascentium Commerce Server (2007 & 2009).
MIT License
0 stars 0 forks source link

"Function evaluation timed out" with large dictionaries #5

Open bentayloruk opened 12 years ago

bentayloruk commented 12 years ago

Reported by MOD when evaluating a context dictionary.

bentayloruk commented 12 years ago

Looks like this is caused by us having to serialise a large amount of data to pass from the debugger to the visualizer. You can see other visualizers have this problem too http://stackoverflow.com/questions/787334/how-to-keep-visual-studio-debugger-visualizers-from-timing-out

User Workarounds:

Fix Options