DkmStepper.Enable(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to initialize a stepper object so that the step will be performed when execution is next resumed. This method is implemented by the stepping manager by finding an appropriate runtime debug monitor, and asking this runtime debug monitor to setup a step. This method should only be called once for a given stepper object.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
void Enable(bool RemoveOtherSteppers);
public:
void Enable(bool RemoveOtherSteppers);
void Enable(bool RemoveOtherSteppers);
public void Enable (bool RemoveOtherSteppers);
member this.Enable : bool -> unit
Public Sub Enable (RemoveOtherSteppers As Boolean)
Parameters
- RemoveOtherSteppers
- Boolean
[In] Set to true if other steppers are to be removed. This is normally only set in response to user initiated step requests.