aboutsummaryrefslogtreecommitdiffstats
path: root/P3/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'P3/.vscode/launch.json')
-rw-r--r--P3/.vscode/launch.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json
index f529d06..6c97570 100644
--- a/P3/.vscode/launch.json
+++ b/P3/.vscode/launch.json
@@ -9,7 +9,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/web_server",
- "args": ["9000", "testing", "100", "100", "1", "100", "100"],
+ "args": ["9000", "testing", "100", "100", "0", "100", "100"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
@@ -23,13 +23,6 @@
"ignoreFailures": true
},
],
- // "customLaunchSetupCommands": [
- // {
- // "description": "PLEASE WORK",
- // "text": "set detach-on-fork off",
- // "ignoreFailures": false
- // }
- //],
"preLaunchTask": "Make",
},
]