This is a mirror of official site: http://jasper-net.blogspot.com/

MDbg.exe (.NET Framework Command-Line Debugger)

| Sunday, January 30, 2011
The NET Framework Command-Line Debugger helps tools vendors and application developers find and fix bugs in programs that target the .NET Framework common language runtime. This tool uses the runtime debugging API to provide debugging services. You can use MDbg.exe to debug only managed code; there is no support for debugging unmanaged code.

The .NET Framework Command-Line Debugger is automatically installed with both Visual Studio and the Windows SDK. To start the tool, open either the Visual Studio Command Prompt or the Windows SDK CMD Shell. (To open CMD Shell, click Start, click All Programs, click Microsoft Windows SDK v7.0, and then click CMD Shell.) At the command prompt, type the following:

MDbg [ProgramName[arguments]] [options]

Commands
When you are in the debugger (as indicated by the mdbg> prompt), type one of the commands described in the next section:

command [arguments]

MDbg.exe commands are case-sensitive.

Read more: MSDN

Posted via email from Jasper-net

0 comments: