IDkmRuntimeStepper.StopStep(DkmRuntimeInstance, DkmStepper) Method

Definition

StopStep is called by the stepping manager when the process is being continued to clear out any remaining stepping state for a stepper.

public:
 void StopStep(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::Debugger::Stepping::DkmStepper ^ stepper);
public void StopStep (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.Stepping.DkmStepper stepper);
abstract member StopStep : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.Debugger.Stepping.DkmStepper -> unit
Public Sub StopStep (runtimeInstance As DkmRuntimeInstance, stepper As DkmStepper)

Parameters

runtimeInstance
DkmRuntimeInstance

[In] The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged.

stepper
DkmStepper

[In] DkmStepper represents a request to step a thread. It facilitates shared object lifetime between the various runtime debug monitors that participate in stepping.

Applies to