Process::Break Method (Boolean)

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.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. For more information, see Breaking Execution.

The following example demonstrates how to use the Break method.

No code example is currently available or this language may not be supported.
Return to top
Show: