Opens the specified executable file to be debugged.
Devenv /debugexe ExecutableFile
Arguments
-
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.
Remarks
Any strings following the ExecutableFile parameter are passed to that file as arguments.
Example
The following example opens the file MSTest.exe for debugging.
you can change the exe being debug property, like working directory.
http://msdn.microsoft.com/en-us/library/ms241274(VS.80).aspx
1161

被折叠的 条评论
为什么被折叠?



