__VSDBGLAUNCHFLAGS5 Enum

Definition

Specifies flags that control how the debugger is started.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __VSDBGLAUNCHFLAGS5
Inheritance
__VSDBGLAUNCHFLAGS5
Attributes

Fields

Name Value Description
DBGLAUNCH_PrepForDebug 8192

We will eventually debug this process, so allow the debugger to perform additional setup operations.

DBGLAUNCH_TerminateOnStop 16384

Terminate the debugger when debugging is stopped. It is an error to specify both this and DBGLAUNCH_DetachOnStop.

DBGLAUNCH_BreakOneProcess 32768

Disable the 'Break all processes when one process breaks' debugger option for the debugging session. This option is ignored if debugging has already started.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022