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)

void Break(
	bool WaitForBreakMode = true
)

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.

Return to top
Show: