Skip to content

Commit 475bbf4

Browse files
authored
Update docs/python/debugging.md
1 parent 0bb2e2b commit 475bbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Specifies arguments to pass to the Python program. Each element of the argument
405405
"args": ["--quiet", "--norepeat", "--port", "1593"],
406406
```
407407

408-
If you want to provide different arguments per debug run, you can set `args` to `${command:pickArgs}`. This will prompt you to enter arguments each time you start a debug session.
408+
If you want to provide different arguments per debug run, you can set `args` to `"${command:pickArgs}"`. This will prompt you to enter arguments each time you start a debug session.
409409

410410
> **Note**: There is a difference in how `"${command:pickArgs}"` and `["${command:pickArgs}"]` are parsed, with specific notice to the usage of `[]`. As an array, all arguments are passed as a single string, without brackets each argument is passed as its on string.
411411

0 commit comments

Comments
 (0)