Adding Debug info

This commit is contained in:
Martin Karkowski 2022-07-21 23:31:31 +02:00
parent 6302f2d2ed
commit 7ba81c09b1

8
.vscode/launch.json vendored
View File

@ -4,6 +4,14 @@
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current-File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
},
{
"type": "node",
"request": "launch",