How to "run with arguments without debugging" ? #19109
Answered
by
brettcannon
allanchan339
asked this question in
Q&A
|
As far as I know, vscode provides a debugger with launch.json to configure different arguments to run in debugging mode. |
Answered by
brettcannon
May 10, 2022
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. |
3 replies
Answer selected by
allanchan339
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not very obvious from the docs, but you want https://code.visualstudio.com/docs/python/debugging#_purpose and the
debug-in-terminaloption.I opened microsoft/vscode-docs#5330 to have the docs be made more clear.