How to Debug Using DbgCLR.exe

-Debug within DbgCLR.exe

1, Open DbgCLR.exe from C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug

2, Open the source file you want to debug.

3, Select "Debug" on main menu, then select "Attach to Process"

4, Then pops up "Attach to Process" dialog box, select the process you want to attach, click "Attach" button.

5, Insert break point in your source code where you want to monitor.

 

转载于:https://www.cnblogs.com/Roy_Zhou/archive/2009/04/05/1429813.html

你可能感兴趣的:(How to Debug Using DbgCLR.exe)