/DebugExe (devenv.exe)/DebugExe (devenv.exe)
Ouvre le fichier exécutable spécifié à déboguer.Opens the specified executable file to be debugged.
SyntaxeSyntax
devenv /DebugExe ExecutableFile
ArgumentsArguments
ExecutableFileExecutableFile
Obligatoire.Required. Chemin d’accès et nom d’un fichier
.exe
.The path and file name of an.exe
file. Si le fichier.exe
est introuvable ou n’existe pas, aucun avertissement ni erreur ne s’affiche et Visual Studio démarre normalement.If the.exe
file isn't found or doesn't exist, no warning or error is displayed, and Visual Studio starts normally.
RemarquesRemarks
Toute chaîne qui suit le paramètre ExecutableFile est transmise à ce fichier comme argument.Any strings following the ExecutableFile parameter are passed to that file as arguments.
ExempleExample
L’exemple suivant ouvre le fichier MyApplication.exe
pour débogage.The following example opens the file MyApplication.exe
for debugging.
devenv /debugexe MyApplication.exe