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: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorDebugClass2 Interface