DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Method

Definition

Inserts a new breakpoint of the specified type at the specified location.

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)

Parameters

sourceLocation
SourceLocation

The location in the source file that receives the new breakpoint.

breakpointType
BreakpointTypes

The type of the breakpoint; for example, None, Enabled, Bounded, or Conditional.

Implements

Applies to