vscode debug

This commit is contained in:
Zuozishi
2020-04-03 17:33:00 +08:00
parent c3e37d8374
commit f931ffda97

12
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "AV_Data_Capture",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/AV_Data_capture.py",
"console": "integratedTerminal"
}
]
}