Compartilhar via


DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) Método

Definição

Insere um novo ponto de interrupção do tipo especificado no local especificado.

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.

breakpointType
BreakpointTypes

O tipo de ponto de interrupção. Por exemplo, Nenhum, Habilitado, Limitado ou Condicional.

Implementações

Aplica-se a