Udostępnij za pośrednictwem


DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Metoda

Definicja

Wstawia nowy punkt przerwania określonego typu w określonej lokalizacji.

public:
 virtual void InsertBreakpoint(System::Activities::Debugger::SourceLocation ^ sourceLocation, System::Activities::Presentation::Debug::BreakpointTypes breakpointType);
public void InsertBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);
abstract member InsertBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
override this.InsertBreakpoint : System.Activities.Debugger.SourceLocation * System.Activities.Presentation.Debug.BreakpointTypes -> unit
Public Sub InsertBreakpoint (sourceLocation As SourceLocation, breakpointType As BreakpointTypes)

Parametry

sourceLocation
SourceLocation

Lokalizacja w pliku źródłowym, która otrzymuje nowy punkt przerwania.

breakpointType
BreakpointTypes

Typ punktu przerwania; na przykład brak, włączone, ograniczone lub warunkowe.

Implementuje

Dotyczy