Debugger4.Stop Method (Boolean)

Stops debugging and terminates or detaches from all attached processes.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
Sub Stop ( _
    WaitForDesignMode As Boolean _
)
void Stop(
    bool WaitForDesignMode
)
void Stop(
    [InAttribute] bool WaitForDesignMode
)
abstract Stop : 
        WaitForDesignMode:bool -> unit 
function Stop(
    WaitForDesignMode : boolean
)

Parameters

  • WaitForDesignMode
    Type: System.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

Debugger3.Stop(Boolean)

Remarks

See Stop.

.NET Framework Security

See Also

Reference

Debugger4 Interface

Stop Overload

EnvDTE90a Namespace