Debugger4.Break Method (Boolean)

Causes the given process to pause its execution so that its current state can be analyzed.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.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: System.Boolean
    Set 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.

Implements

Debugger3.Break(Boolean)

Remarks

See Break.

.NET Framework Security

See Also

Reference

Debugger4 Interface

Break Overload

EnvDTE90a Namespace