Skip to content

Commit 9385eef

Browse files
committed
Addressing feedback about pick args
1 parent aa9a750 commit 9385eef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/python/debugging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ Specifies arguments to pass to the Python program. Each element of the argument
407407

408408
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

410+
> **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.
411+
410412
### `stopOnEntry`
411413

412414
When set to `true`, breaks the debugger at the first line of the program being debugged. If omitted (the default) or set to `false`, the debugger runs the program to the first breakpoint.

0 commit comments

Comments
 (0)