LAUNCH_FLAGS
Spécifie des indicateurs de lancement de débogage.
enum enum_LAUNCH_FLAGS {
LAUNCH_DEBUG = 0x0000,
LAUNCH_NODEBUG = 0x0001,
LAUNCH_ENABLE_ENC = 0x0002,
LAUNCH_MERGE_ENV = 0x0004
};
typedef DWORD LAUNCH_FLAGS;
public enum enum_LAUNCH_FLAGS {
LAUNCH_DEBUG = 0x0000,
LAUNCH_NODEBUG = 0x0001,
LAUNCH_ENABLE_ENC = 0x0002,
LAUNCH_MERGE_ENV = 0x0004
};
Membres
LAUNCH_DEBUG
Démarre le processus de débogage.LAUNCH_NODEBUG
Démarre le processus sans le déboguer.LAUNCH_ENABLE_ENC
DÉCONSEILLÉ, NE SUR UTILISEZ NOT.LAUNCH_MERGE_ENV
Démarre le processus et fusionne l'environnement avec l'hôte lancement.
Notes
Ces valeurs sont passées en tant qu'argument à la méthode d' IDebugEngineLaunch2 : : LaunchSuspended .
Ces indicateurs peuvent être combinées avec ORde bits.
Configuration requise
en-tête : msdbg.h
l'espace de noms : Microsoft.VisualStudio.Debugger.Interop
Assembly : Microsoft.VisualStudio.Debugger.Interop.dll