Key Concepts in the Debugging API

The common language runtime (CLR) debugging API provides interfaces that support debugging in the run-time environment, and enable a debugger to control and examine an application during debugging. The topics in this section describe these features in detail.

In This Section

See Also

Concepts

Pre-Conditions for CorDebug.idl Interfaces

Other Resources

CLR Debugging Overview

Debugging (Unmanaged API Reference)

Debugging in the .NET Framework