Debugger5.Go(Boolean) 方法

定义

从当前语句开始执行程序。

void Go(bool WaitForBreakOrEnd = true);
[System.Runtime.InteropServices.DispId(6)]
public void Go (bool WaitForBreakOrEnd = true);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member Go : bool -> unit
Public Sub Go (Optional WaitForBreakOrEnd As Boolean = true)

参数

WaitForBreakOrEnd
Boolean

true如果此函数调用应等待到在返回之前进入中断模式或设计模式,则设置为。 false如果希望此调用在导致调试器开始执行后立即返回,则设置为。 返回时,调试器可以为设计、中断或运行模式。 有关更多信息,请参见执行控制。

实现

属性

适用于