_DEBUG_LAUNCH_OPERATION4 Enum

Definition

Provides additional members to the DEBUG_LAUNCH_OPERATION enumeration.

C++/CX
public enum class _DEBUG_LAUNCH_OPERATION4
Inheritance
_DEBUG_LAUNCH_OPERATION4

Fields

Name Value Description
DLO_AppPackageDebug 7

The debugger should launch and/or register for debugging of a Windows 8 app container application. When using this option, VsAppPackageLaunchInfo should be supplied, along with bstrExe, launch flags, remote connection information and engine information.

DLO_AttachToSuspendedLaunchProcess 8

The debugger should attach to the specified process, where the specified process is a newly-launched process that was launched using the CREATE_SUSPENDED flag to the Win32 CreateProcess API. This allows the debugger to act as though it launched the process, even though the process was actually started using some other mechanism.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022