Python Debugging in VS Code

Published: 20 May 2021
on channel: Nathan Birch
1,557
11

https://code.visualstudio.com/docs/py...

Entire launch.json file to run python debugger on current file:

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}


On this page of the site you can watch the video online Python Debugging in VS Code with a duration of hours minute second in good quality, which was uploaded by the user Nathan Birch 20 May 2021, share the link with friends and acquaintances, this video has already been watched 1,557 times on youtube and it was liked by 11 viewers. Enjoy your viewing!