Share via


ICorDebugStepper::SetUnmappedStopMask Method

Sets a value that specifies the type of unmapped code in which execution will halt.

HRESULT SetUnmappedStopMask (
    [in] CorDebugUnmappedStop           mask
);

Parameters

Parameter Description

mask

[in] A value of the CorDebugUnmappedStop Enumeration enumeration that specifies the type of unmapped code in which the debugger will halt execution.

The default value is STOP_OTHER_UNMAPPED. The value STOP_UNMANAGED is only valid with interop debugging.

Remarks

When the debugger finds a just-in-time (JIT) compilation that has no corresponding mapping to Microsoft intermediate language (MSIL), it halts execution if the flag specifying that type of unmapped code has been set; otherwise, stepping transparently continues.

If the debugger doesn't use a stepper to enter a method, then it won't necessarily step over unmapped code.

Requirements

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

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugStepper Interface
ICorDebugStepper2 Interface