Share via


ICorDebugClass2::SetJMCStatus Method

For each method of the class, sets a value that indicates whether the method is user-defined code.

HRESULT SetJMCStatus (
    [in] BOOL   bIsJustMyCode
);

Parameters

  • bIsJustMyCode
    [in] Set to true to indicate that the method is user-defined code; otherwise, set to false.

Remarks

A just-my-code (JMC) stepper will skip non-user-defined code. User-defined code must be a subset of debuggable code.

SetJMCStatus returns an HRESULT value of S_FALSE if it fails to set the value for any method, even if it successfully sets the value for all other methods.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICorDebugClass2 Interface