Debugger5.Stop(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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