Bug fix: GxTuner not working.

This commit is contained in:
Robin Davies
2024-10-12 22:09:21 -04:00
parent bd7cdeba22
commit fec62960ad
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
"request": "launch",
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
"args": [ "/etc/pipedal/config", "/etc/pipedal/react", "-port", "0.0.0.0:8080" ],
"args": [ "/etc/pipedal/config", "/etc/pipedal/react", "-port", "0.0.0.0:8080", "-log-level","debug" ],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [