Debugger4.Stop(Boolean) Method

Definition

Stops debugging and terminates or detaches from all attached processes.

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

Parameters

WaitForDesignMode
Boolean

Set to true if the debugging session should stop only when it reaches Design mode. Set to false if you intend to stop debugging, but you have to perform other tasks in the macro before the debugger enters design mode.

Implements

Attributes

Remarks

See Stop.

Applies to