DEBUG_LAUNCH_OPERATION Enum

Definition

The DEBUG_LAUNCH_OPERATION enumeration is a member of the VsDebugTargetInfo structure, a parameter of LaunchDebugTargets(UInt32, IntPtr) calls.

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

Fields

DLO_AlreadyRunning 0

Attaches to a process. The bstrExe element of the VsDebugTargetInfo struct is the process name, or a null character followed by a string indicating the hexadecimal process id.

DLO_CreateProcess 1

Launches the process. The bstrExe element of the VsDebugTargetInfo struct is the full path to the exe, bstrArg are the arguments to pass to CreateProcess, clsidCustom specifies the single debug engine to use (null for default), or dwClsidCount and pclsidList specify the debug engines to use

DLO_Custom 2

OBSOLETE. Use DLO_CreateProcess.

DLO_LaunchByWebServer 3

Use special HTTP verb to debug.

Remarks

COM Signature

From vsshell.idl:

Applies to