Allow debug of external libs

This commit is contained in:
usov_i 2021-10-18 13:28:12 +02:00
parent 380abfb102
commit cf2f8435e7

1
.vscode/launch.json vendored
View File

@ -8,6 +8,7 @@
"program": "${workspaceFolder}/pyzebra/app/cli.py",
"console": "internalConsole",
"env": {},
"justMyCode": false,
},
]
}