__VSDBGLAUNCHFLAGS5 Enumeration

 

Specifies flags that control how the debugger is started.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

[FlagsAttribute]
public enum __VSDBGLAUNCHFLAGS5

Member nameDescription
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.

Return to top
Show: