Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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