Debugging Structures
Describes the unmanaged structures that the debugging API uses.
In This Section
- CodeChunkInfo Structure
Represents a single chunk of code in memory.
- COR_ACTIVE_FUNCTION Structure
Contains information about the functions that are currently active in a thread's frames.
- COR_DEBUG_IL_TO_NATIVE_MAP Structure
Contains the offsets that are used to map Microsoft intermediate language (MSIL) code to native code.
- COR_DEBUG_STEP_RANGE Structure
Contains the offset information for a range of code.
- COR_IL_MAP Structure
Specifies changes in the relative offset of a function.
- COR_VERSION Structure
Stores the standard four-part version number of the common language runtime.
- StackTrace_SimpleContext Structure
Provides a simple context that can be used in place of a full CONTEXT structure.
See Also
Concepts
Pre-Conditions for CorDebug.idl Interfaces
Other Resources
Debugging Coclasses
Debugging Interfaces
Debugging Global Static Functions
Debugging Enumerations