Share via


ICorDebugStepper::Step Method

Causes this ICorDebugStepper Interface to single-step through its containing thread, and optionally, to continue single-stepping through functions that are called within the thread.

HRESULT Step (
    [in] BOOL bStepIn
);

Parameters

Parameter Description

bStepIn

[in] Set to true to step into a function that is called within the thread. Set to false to step over the function.

Remarks

The step completes when the common language runtime performs the next managed instruction in this stepper's frame. If Step is called on a stepper, which is not in managed code, the step will complete when the next managed code instruction is executed by the thread.

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