DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Método

Definición

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

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

Ubicación en el archivo de origen que recibe el nuevo punto de interrupción.

breakpointType
BreakpointTypes

Tipo del punto de interrupción; por ejemplo, None, Enabled, Bounded o Conditional.

Implementaciones

Se aplica a