Skip to content

Commit efe3c83

Browse files
authored
Update debugexe-devenv-exe.md
1 parent 0bdf528 commit efe3c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ide/reference/debugexe-devenv-exe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ devenv /DebugExe ExecutableFile
3535

3636
Any strings following the *ExecutableFile* parameter are passed to that file as arguments.
3737

38+
Visual Studio will parse any strings following the *ExecutableFile* parameter for matches in [Devenv command-line switches](../../ide/reference/devenv-command-line-switches.md). You can prevent Visual Studio from parsing a command-line switch by surrounding the switch with double quotes.
39+
3840
## Example
3941

4042
The following example opens the file `MyApplication.exe` for debugging.

0 commit comments

Comments
 (0)