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.
Creates an ICorDebugStepper Interface object that allows stepping through the active frame of this ICorDebugThread Interface.
HRESULT CreateStepper (
[out] ICorDebugStepper **ppStepper
);
Parameters
Parameter | Description |
---|---|
ppStepper |
[out] A pointer to the address of an ICorDebugStepper Interface object that allows stepping through the active frame of this thread. |
Remarks
The active frame may be unmanaged code.
The ICorDebugStepper Interface API must be used to perform the actual stepping.
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