Process3::Detach Method (Boolean)

 

Causes the debugger to detach from this process.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

void Detach(
	bool WaitForBreakOrEnd = true
)

Parameters

WaitForBreakOrEnd
Type: System::Boolean

Set to true if the debugging session should stop only when it reaches a break or the end. Set to false if you intend to stop debugging, but you have to perform other tasks in the macro before the debugger breaks or ends. See Breaking Execution for more information.

Return to top
Show: