Added a new debug configuration for debugging
All checks were successful
/ unit-tests (push) Successful in 1m2s
All checks were successful
/ unit-tests (push) Successful in 1m2s
the current file.
This commit is contained in:
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@@ -10,6 +10,13 @@
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/harvester.py",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "Python Debugger: Current File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user