DkmSingleStepRequest.EnableTempBreak(Int64[]) Method

Definition

Enable temporary breakpoint in stepping on a thread. This is similar to single step except one or more instructions are advanced. When breakpoint is hit, step complete event is sent.

public:
 void EnableTempBreak(cli::array <long> ^ TempBreakInstructions);
public:
 void EnableTempBreak(Platform::Array <long long> ^ TempBreakInstructions);
void EnableTempBreak(std::Array <long> const & TempBreakInstructions);
public void EnableTempBreak (long[] TempBreakInstructions);
member this.EnableTempBreak : int64[] -> unit
Public Sub EnableTempBreak (TempBreakInstructions As Long())

Parameters

TempBreakInstructions
Int64[]

[In] The instruction offset of temporary breakpoints to set.

Applies to