__VSDBGLAUNCHFLAGS6 Enumeration

 

Specifies flags that control how the debugger is started.

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

[FlagsAttribute]
public enum __VSDBGLAUNCHFLAGS6

Member nameDescription
DBGLAUNCH_BlockCredentialsDialog

The credentials dialog is blocked from being shown on authentication errors.

DBGLAUNCH_BlockWWSDialog

The WWS install dialog is blocked from being shown.

DBGLAUNCH_StartInSimulator

For F:Microsoft.VisualStudio.Shell.Interop._DEBUG_LAUNCH_OPERATION4.DLO_ImmersiveAppDebug, the debugger should launch the application (or expect the application to start) in the simulator.

Return to top
Show: