ICorDebugFunction2 Interface

Logically extends the ICorDebugFunction interface to provide support for Just My Code step-through debugging, which skips non-user code.

Methods

Method

Description

ICorDebugFunction2::EnumerateNativeCode Method

(Not yet implemented.) Gets an interface pointer to an ICorDebugCodeEnum that contains the native code statements in the function referenced by this ICorDebugFunction2 object.

ICorDebugFunction2::GetJMCStatus Method

Gets a value that indicates whether this function is marked as user code.

ICorDebugFunction2::GetVersionNumber Method

Gets the Edit and Continue version of this function.

ICorDebugFunction2::SetJMCStatus Method

Marks this function for Just My Code stepping.

Remarks

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugFunction Interface

Other Resources

Debugging Interfaces