Compartir a través de


DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Método

Definición

Inserta un nuevo punto de interrupción del tipo especificado en la ubicación indicada.

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)

Parámetros

sourceLocation
SourceLocation

La ubicación en el archivo de código fuente que recibe el nuevo punto de interrupción.

breakpointType
BreakpointTypes

El tipo de punto de interrupción; por ejemplo, None, Enabled, Bounded o Conditional.

Implementaciones

Se aplica a