Debugger4.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

如果此函數呼叫應該等到中斷模式或設計模式進入再傳回之前,請將 設定為 truefalse如果您要讓此呼叫在導致除錯程式開始執行之後立即傳回 ,請將 設定為 。 傳回時,偵錯工具可能處於設計模式、中斷模式或執行模式。 如需詳細資訊,請參閱<執行控制>。

實作

屬性

備註

請參閱 [Go] (assetId:///M:EnvDTE90.Debugger3.Go (System.Boolean?qualifyHint=False&autoUpgrade=True) 。

適用於