__VSDBGLAUNCHFLAGS4 Enum

Definition

Specifies flags that control how the debugger is started.

This enumeration supports a bitwise combination of its member values.

public enum class __VSDBGLAUNCHFLAGS4
public enum class __VSDBGLAUNCHFLAGS4
enum __VSDBGLAUNCHFLAGS4
[System.Flags]
public enum __VSDBGLAUNCHFLAGS4
[<System.Flags>]
type __VSDBGLAUNCHFLAGS4 = 
Public Enum __VSDBGLAUNCHFLAGS4
Inheritance
__VSDBGLAUNCHFLAGS4
Attributes

Fields

DBGLAUNCH_UseDefaultBrowser 4096

The debugger should wait for a named event to be signaled after launching the first debug target and before launching more targets.

Applies to