diff --git a/.vscode/launch.json b/.vscode/launch.json index fde0564f..612dad0f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,6 +15,19 @@ }, "preLaunchTask": "Prepare Environment" }, + { + "name": "Python: Debug", + "type": "python", + "request": "launch", + "program": "qt_ui\\main.py", + "console": "integratedTerminal", + "env": { + "PYTHONPATH": ".;./pydcs", + "CORS_ALLOW_DEBUG_SERVER": "true" + }, + "args": ["--new-map", "--dev"], + "preLaunchTask": "Prepare Environment" + }, { "name": "Python: Make Release", "type": "python",