DkmSingleStepRequest.EnableSingleStep Method

Definition

Enable single step on a thread. When then single step completes, the SingleStepComplete event should be sent. The single step should reset after completion. Implementers should send one single step complete event per instance of DkmSingleStepRequest they receive. Callers must make a new request to single-step after this DkmSingleStepRequest is complete.

public:
 void EnableSingleStep();
public:
 void EnableSingleStep();
void EnableSingleStep();
public void EnableSingleStep ();
member this.EnableSingleStep : unit -> unit
Public Sub EnableSingleStep ()

Applies to