Share via


ICorDebugStepper2::SetJMC Method

Sets a value that specifies whether this ICorDebugStepper Interface 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

Parameter Description

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

Reference

ICorDebugStepper2 Interface
ICorDebugStepper Interface