Skip to content

Instantly share code, notes, and snippets.

@thomasweng15
Last active March 16, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasweng15/0b5b67ee68a82c4785af2c746e07d54a to your computer and use it in GitHub Desktop.
Save thomasweng15/0b5b67ee68a82c4785af2c746e07d54a to your computer and use it in GitHub Desktop.
5-minute guide to Python debugging with Visual Studio Code
a = 1
b = 2
c = a + b
{
"name": "Python: NAME",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment