__VSDBGLAUNCHFLAGS5 Enumeration
Visual Studio 2015
Specifies flags that control how the debugger is started.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Member name | Description | |
|---|---|---|
| DBGLAUNCH_BreakOneProcess | Disable the 'Break all processes when one process breaks' debugger option for the debugging session. This option is ignored if debugging has already started. | |
| DBGLAUNCH_PrepForDebug | We will eventually debug this process, so allow the debugger to perform additional setup operations. | |
| DBGLAUNCH_TerminateOnStop | Terminate the debugger when debugging is stopped. It is an error to specify both this and DBGLAUNCH_DetachOnStop. |
Show: