IDkmSteppingManager.ClearSteppers(DkmThread) Method

Definition

Called by the stopping manager prior to resuming execution in order to clear all steppers from a given thread. The stepping manager will call StopStep on the controlling runtime instance and then close the stepper objects.

public:
 void ClearSteppers(Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public void ClearSteppers (Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member ClearSteppers : Microsoft.VisualStudio.Debugger.DkmThread -> unit
Public Sub ClearSteppers (thread As DkmThread)

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

Applies to