Skip to content

Commit 4a65aef

Browse files
Merge pull request #24 from jekelly/patch-2
Update debugexe-devenv-exe.md
2 parents 3561c10 + efe3c83 commit 4a65aef

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
@@ -33,6 +33,8 @@ devenv /DebugExe ExecutableFile
3333

3434
Any strings following the *ExecutableFile* parameter are passed to that file as arguments.
3535

36+
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.
37+
3638
## Example
3739

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

0 commit comments

Comments
 (0)