Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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