How to "run with arguments without debugging" ? #19109
-
As far as I know, vscode provides a debugger with launch.json to configure different arguments to run in debugging mode. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's not very obvious from the docs, but you want https://code.visualstudio.com/docs/python/debugging#_purpose and the I opened microsoft/vscode-docs#5330 to have the docs be made more clear. |
Beta Was this translation helpful? Give feedback.
It's not very obvious from the docs, but you want https://code.visualstudio.com/docs/python/debugging#_purpose and the
debug-in-terminal
option.I opened microsoft/vscode-docs#5330 to have the docs be made more clear.