__VSDBGLAUNCHFLAGS6 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 __VSDBGLAUNCHFLAGS6
public enum class __VSDBGLAUNCHFLAGS6
enum __VSDBGLAUNCHFLAGS6
[System.Flags]
public enum __VSDBGLAUNCHFLAGS6
[<System.Flags>]
type __VSDBGLAUNCHFLAGS6 =
Public Enum __VSDBGLAUNCHFLAGS6
- Inheritance
-
__VSDBGLAUNCHFLAGS6
- Attributes
Fields
Name | Value | Description |
---|---|---|
DBGLAUNCH_BlockCredentialsDialog | 65536 | The credentials dialog is blocked from being shown on authentication errors. |
DBGLAUNCH_BlockWWSDialog | 131072 | The WWS install dialog is blocked from being shown. |
DBGLAUNCH_StartInSimulator | 262144 | For Microsoft.VisualStudio.Shell.Interop._DEBUG_LAUNCH_OPERATION4.DLO_ImmersiveAppDebug, the debugger should launch the application (or expect the application to start) in the simulator. |