
CLR Managed Debugger (mdbg) Sample
Brief Description
The CLR Managed Debugger sample illustrates how to build a managed debugger.
On This Page
Quick Details
| File Name: | mdbgSample21.EXE |
| Version: | 2.1 |
| Date Published: | 12/1/2006 |
| Language: | English |
| Download Size: | 1.6 MB |
| Estimated Download Time: | 4 min 56K |
Overview
The CLR Managed Debugger sample illustrates how to build a managed debugger using the included managed wrappers for the CLR Debugging Services APIs (ICorDebug).
Top of page
System Requirements
- Supported Operating Systems: Windows 2000; Windows Server 2003; Windows Vista; Windows XP
To build and run the CLR Managed Debugger (mdbg) sample you will need to have the .NET Framework 2.0 SDK (release build – version 2.0.50727) installed on your system. This is included with Visual Studio 2005 and the Visual Studio Express Editions. If you do not have Visual Studio 2005, you can download and install Visual C# 2005 Express Edition to build the sample. In both Visual Studio 2005 and Visual C# 2005 Express Edition, you can build mdbg using the solution file included with the mdbg source.
Important: Make sure you have the latest service pack and critical updates for the version of Windows that you are running. To find recent security updates, visit Microsoft Update.
Top of page
Instructions
- Click the Download button on this page to start the download.
- Do one of the following:
- To start the installation immediately, click Open or Run this program from its current location.
- To copy the download to your computer for installation at a later time, click Save or Save this program to disk.
Top of page
Additional Information
Changes In This Release:
- Mdbg + IronPython integration. (You need to download IronPython separately)
- Managed wrappers for native debugging APIs like WaitForDebugEvent
- Improved event logging infrastructure
- Pdb2Xml conversion tool, which now includes round-tripping the pdbs
- Updated EULA
- All IL files have been converted into C#, so it's now a pure C# solution
- Bug fixes
Top of page
Top of page
What Others Are Downloading
Top of page