/DebugExe(devenv.exe)/DebugExe (devenv.exe)
디버깅하도록 지정된 실행 파일을 엽니다.Opens the specified executable file to be debugged.
구문Syntax
devenv /DebugExe ExecutableFile
인수Arguments
ExecutableFileExecutableFile
필수 요소.Required.
.exe
파일의 경로 및 파일 이름.The path and file name of an.exe
file..exe
파일을 찾을 수 없거나 파일이 존재하지 않는 경우 경고 또는 오류가 표시되지 않고 Visual Studio가 정상적으로 시작됩니다.If the.exe
file isn't found or doesn't exist, no warning or error is displayed, and Visual Studio starts normally.
설명Remarks
ExecutableFile 매개 변수 다음에 나오는 모든 문자열은 해당 파일에 인수로 전달됩니다.Any strings following the ExecutableFile parameter are passed to that file as arguments.
예제Example
다음 예제는 디버깅을 위해 MyApplication.exe
파일을 엽니다.The following example opens the file MyApplication.exe
for debugging.
devenv /debugexe MyApplication.exe