__VSDBGLAUNCHFLAGS2 Enumeration

 

Adds members to VSDBGLAUNCHFLAGS.

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

[FlagsAttribute]
public enum __VSDBGLAUNCHFLAGS2

Member nameDescription
DBGLAUNCH_CannotDebugAlone

This process cannot be debugged alone—stops debugging when only processes with this flag remain.

DBGLAUNCH_DesignTimeExprEval

Launched for design-time expression evaluation.

DBGLAUNCH_MergeEnv

Merge provided environment with system environment

DBGLAUNCH_StopAtEntryPoint

Stops at the entrypoint (step-into).

From vsshell.idl:

These values are an extension to the __VSDBGLAUNCHFLAGS and are used only in the VsDebugTargetInfo2 structure.

Return to top
Show: