ICorDebugStepper::Step Method

Causes this ICorDebugStepper 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

  • 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: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugStepper Interface

ICorDebugStepper2 Interface