/DebugExe (devenv.exe)
Applies to:
Visual Studio
Visual Studio for Mac
Visual Studio Code
Opens the specified executable file to be debugged.
Syntax
devenv /DebugExe ExecutableFile
Arguments
ExecutableFile
Required. The path and file name of an
.exefile. If the.exefile isn't found or doesn't exist, no warning or error is displayed, and Visual Studio starts normally.
Remarks
Any strings following the ExecutableFile parameter are passed to that file as arguments.
Example
The following example opens the file MyApplication.exe for debugging.
devenv /debugexe MyApplication.exe
See also
Feedback
Submit and view feedback for