__VSDBGLAUNCHFLAGS2 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.
Adds members to VSDBGLAUNCHFLAGS.
This enumeration supports a bitwise combination of its member values.
public enum class __VSDBGLAUNCHFLAGS2
public enum class __VSDBGLAUNCHFLAGS2
enum __VSDBGLAUNCHFLAGS2
[System.Flags]
public enum __VSDBGLAUNCHFLAGS2
[<System.Flags>]
type __VSDBGLAUNCHFLAGS2 =
Public Enum __VSDBGLAUNCHFLAGS2
- Inheritance
-
__VSDBGLAUNCHFLAGS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
DBGLAUNCH_MergeEnv | 128 | Merge provided environment with system environment |
DBGLAUNCH_DesignTimeExprEval | 256 | Launched for design-time expression evaluation. |
DBGLAUNCH_StopAtEntryPoint | 512 | Stops at the entrypoint (step-into). |
DBGLAUNCH_CannotDebugAlone | 1024 | This process cannot be debugged alone—stops debugging when only processes with this flag remain. |
Remarks
COM Signature
From vsshell.idl:
These values are an extension to the __VSDBGLAUNCHFLAGS and are used only in the VsDebugTargetInfo2 structure.