DebuggerService.InsertBreakpoint(SourceLocation, BreakpointTypes) 方法

定義

在指定位置插入指定類型的新斷點。

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)

參數

sourceLocation
SourceLocation

接收新斷點的來源檔案位置。

breakpointType
BreakpointTypes

斷點的類型;例如,None、Enabled、Bounded 或 Conditional。

實作

適用於