Open a C# file and use the Tools, Options menu to bring up the Tools panel of the C# document type.
In the Tools panel define the following tool:
- Menu Text: MS Debugger '$fb.exe'
Program Name: "$MsDbgClrPath$MsDbgClr"
Arguments: /mditabs $fb.exe
Work Directory: $fdd
Code: Select all
"c:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug\DbgCLR.exe"
Code: Select all
dir "$MsDbgClrPath$MsDbgClr"
http://www.zeusedit.com/forum/viewtopic.php?t=1235
The C# executable can now be debugged using the tool menu created above. Just open the main C# file, run the tool from the menu to bring up the debugger and hit F10 to start the debugging process.