Debugger4.Go(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從目前的陳述式開始執行程式。
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
如果您要讓此呼叫在導致除錯程式開始執行之後立即傳回 ,請將 設定為 。 傳回時,偵錯工具可能處於設計模式、中斷模式或執行模式。 如需詳細資訊,請參閱<執行控制>。
實作
- 屬性
備註
請參閱 [Go] (assetId:///M:EnvDTE90.Debugger3.Go (System.Boolean?qualifyHint=False&autoUpgrade=True) 。