Process2::Break Method (Boolean)

 

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

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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 Breaking Execution for more information.

Return to top
Show: