__VSDBGLAUNCHFLAGS5 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies flags that control how the debugger is started.
This enumeration supports a bitwise combination of its member values.
public enum class __VSDBGLAUNCHFLAGS5
public enum class __VSDBGLAUNCHFLAGS5
enum __VSDBGLAUNCHFLAGS5
[System.Flags]
public enum __VSDBGLAUNCHFLAGS5
[<System.Flags>]
type __VSDBGLAUNCHFLAGS5 =
Public Enum __VSDBGLAUNCHFLAGS5
- Inheritance
-
__VSDBGLAUNCHFLAGS5
- Attributes
Fields
DBGLAUNCH_BreakOneProcess | 32768 | 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 | 8192 | We will eventually debug this process, so allow the debugger to perform additional setup operations. |
DBGLAUNCH_TerminateOnStop | 16384 | Terminate the debugger when debugging is stopped. It is an error to specify both this and DBGLAUNCH_DetachOnStop. |