DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Metod

Definition

Infogar en ny brytpunkt av den angivna typen på den angivna platsen.

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)

Parametrar

sourceLocation
SourceLocation

Platsen i källfilen som tar emot den nya brytpunkten.

breakpointType
BreakpointTypes

Typ av brytpunkt; till exempel Ingen, Aktiverad, Begränsad eller Villkorsstyrd.

Implementeringar

Gäller för