Process2::Detach Method (Boolean)
Visual Studio 2015
Causes the debugger to detach from this process.
Assembly: EnvDTE80 (in EnvDTE80.dll)
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 need to perform other tasks in the macro before the debugger breaks or ends. See Breaking Execution for more information.
Implements
Process::Detach(Boolean)
Show: