__VSDBGLAUNCHFLAGS2 Enumeration
Visual Studio 2015
Adds members to VSDBGLAUNCHFLAGS.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: