From 558d01448dd2b241fc254ba5163f55f970820994 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sat, 17 Jun 2023 22:10:27 +0100 Subject: [PATCH] Update debug config --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7598303..4cee826 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,9 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/main", - "args": [], + "args": [ + "${workspaceFolder}/test_files/webapp.json" + ], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [],