DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Método

Definição

Insere um novo ponto de interrupção do tipo especificado no local especificado.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)

Parâmetros

sourceLocation
SourceLocation

O local no arquivo de origem que recebe o novo ponto de interrupção.The location in the source file that receives the new breakpoint.

breakpointType
BreakpointTypes

O tipo de ponto de interrupção. Por exemplo, Nenhum, Habilitado, Limitado ou Condicional.The type of the breakpoint; for example, None, Enabled, Bounded, or Conditional.

Implementações

Aplica-se a