Debugger4::Break Method (Boolean)
Visual Studio 2015
Causes the given process to pause its execution so that its current state can be analyzed.
Assembly: EnvDTE90a (in EnvDTE90a.dll)
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)
Show: