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.
For each method of the class, sets a value that indicates whether the method is user-defined code.
Syntax
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 System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0