ICorDebugStepper::IsActive Method
Gets a value that indicates whether this ICorDebugStepper Interface is currently executing a step.
HRESULT IsActive (
[out] BOOL *pbActive
);
Parameters
Parameter | Description |
---|---|
pbActive |
[out] Returns true if the stepper is currently executing a step; otherwise, returns false. |
Remarks
Any step action remains active until the debugger receives a ICorDebugManagedCallback::StepComplete Method call, which automatically deactivates the stepper. A stepper may also be deactivated prematurely by calling ICorDebugStepper::Deactivate Method before the callback condition is reached.
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