/DebugExe (devenv.exe)
Visual Studio 2015
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
For the latest documentation on Visual Studio 2017, see -DebugExe (devenv.exe) on docs.microsoft.com. Opens the specified executable file to be debugged.
Devenv /debugexe ExecutableFile
ExecutableFile
Required. The path and file name of an .exe file.
If the .exe file is not found or does not exist, no warning or error is displayed and Visual Studio starts normally.
Any strings following the ExecutableFile parameter are passed to that file as arguments.
The following example opens the file MyApplication.exe for debugging.
Devenv.exe /debugexe MyApplication.exe
Show: