Share via


ICorDebugStepper2::SetJMC Method

Sets a value that specifies whether this ICorDebugStepper steps only through code that is authored by an application's developer. This process is also known as just my code (JMC) debugging.

HRESULT SetJMC (
    [in] BOOL    fIsJMCStepper
);

Parameters

  • fIsJMCStepper
    [in] Set to true to step only through code that is authored by an application's developer; otherwise, set to false.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorDebugStepper2 Interface

ICorDebugStepper Interface