__VSDBGLAUNCHFLAGS6 Enum

Definition

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

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.

Applies to