Debugger4.StepOut(Boolean) 方法

定义

跳出当前函数。

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

参数

WaitForBreakOrEnd
Boolean

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

实现

属性

注解

请参阅 StepOut

适用于