Update debug config

This commit is contained in:
Abdelrahman Said 2023-06-17 22:10:27 +01:00
parent b0e527ee76
commit 558d01448d

4
.vscode/launch.json vendored
View File

@ -9,7 +9,9 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/main",
"args": [],
"args": [
"${workspaceFolder}/test_files/webapp.json"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],