简体   繁体   中英

DebuggerVisualizer debugging in Visual Studio 2010

I am working on a collection debugger visualizer in VS2010 using C# and I cannot find a way to debug the visualizer itself (not the client app). Can anyone give me some help regarding this? Basically I want to set some breakpoints in the debugger visualizer code at runtime.

Try to add a call to Debugger.Break at the location you want to set your breakpoint.

Additionally, you can create a test driver as explained in the MSDN documentation: How to: Test and Debug a Visualizer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM