_DEBUG_LAUNCH_OPERATION4 Enum

Definition

Provides additional members to the DEBUG_LAUNCH_OPERATION enumeration.

public enum class _DEBUG_LAUNCH_OPERATION4
public enum class _DEBUG_LAUNCH_OPERATION4
enum _DEBUG_LAUNCH_OPERATION4
public enum _DEBUG_LAUNCH_OPERATION4
type _DEBUG_LAUNCH_OPERATION4 = 
Public Enum _DEBUG_LAUNCH_OPERATION4
Inheritance
_DEBUG_LAUNCH_OPERATION4

Fields

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