Causes the given process to pause its execution so that its current state can be analyzed.
Namespace:  EnvDTE100
Assembly:  EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
Sub Break ( _
    WaitForBreakMode As Boolean _
)
void Break(
    bool WaitForBreakMode
)
void Break(
    [InAttribute] bool WaitForBreakMode
)
abstract Break : 
        WaitForBreakMode:bool -> unit
function Break(
    WaitForBreakMode : boolean
)
Parameters
WaitForBreakMode
Type: BooleanSet to true to return only when the debugger has entered break mode. Set to false to break and return immediately. See How to: Break Execution for more information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.