Debugger4.RunToCursor 方法 (Boolean)

执行程序直至源文件光标的当前位置。

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
Sub RunToCursor ( _
    WaitForBreakOrEnd As Boolean _
)
void RunToCursor(
    bool WaitForBreakOrEnd
)
void RunToCursor(
    [InAttribute] bool WaitForBreakOrEnd
)
abstract RunToCursor : 
        WaitForBreakOrEnd:bool -> unit 
function RunToCursor(
    WaitForBreakOrEnd : boolean
)

参数

  • WaitForBreakOrEnd
    类型:System.Boolean
    如果此函数调用应等待至进入中断模式或设计模式后才返回,则设置为 true。如果希望此调用在导致调试器开始执行之后立刻返回,则设置为 false。返回时,调试器可以为设计、中断或运行模式。
    有关更多信息,请参见代码单步执行概述。

实现

Debugger3.RunToCursor(Boolean)

备注

请参见RunToCursor

.NET Framework 安全性

请参见

参考

Debugger4 接口

RunToCursor 重载

EnvDTE90a 命名空间