__VSDBGLAUNCHFLAGS4 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 __VSDBGLAUNCHFLAGS4
public enum class __VSDBGLAUNCHFLAGS4
enum __VSDBGLAUNCHFLAGS4
[System.Flags]
public enum __VSDBGLAUNCHFLAGS4
[<System.Flags>]
type __VSDBGLAUNCHFLAGS4 =
Public Enum __VSDBGLAUNCHFLAGS4
- Inheritance
-
__VSDBGLAUNCHFLAGS4
- Attributes
Fields
Name | Value | Description |
---|---|---|
DBGLAUNCH_UseDefaultBrowser | 4096 | The debugger should wait for a named event to be signaled after launching the first debug target and before launching more targets. |