1

My project depends on a 3rd party assembly which defines debugger visualizers for some of its types. Usually this is totally fine, but some types have lazy logic, which becomes eager once the data is observed in the debugger. And when I wish to explore the lazy behavior all this visualizers completely screw it.

I wonder how can I disable both the visualizers and prevent invocation of the ToString() method in all the debugger views in VS2008.

Thanks.

4

1 回答 1

1

至于问题的 ToString 部分,是的。

转到选项->调试器->取消选中“启用属性评估和其他隐式函数调用”。

于 2010-07-06T15:09:24.737 回答