Partager via


DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Méthode

Définition

Insère un nouveau point d'arrêt du type spécifié (à l'emplacement indiqué).

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)

Paramètres

sourceLocation
SourceLocation

Emplacement dans le fichier source qui reçoit le nouveau point d'arrêt.

breakpointType
BreakpointTypes

Type du point d'arrêt (par exemple, Aucun, Activé, Délimité ou Conditionnel).

Implémente

S’applique à