DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Метод

Определение

Вставляет новую точку останова указанного типа в заданном местоположении.

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)

Параметры

sourceLocation
SourceLocation

Местоположение в исходном файле, куда поступает новая точка останова.

breakpointType
BreakpointTypes

Тип точки останова, например: None, Enabled, Bounded или Conditional.

Реализации

Применяется к