diff options
Diffstat (limited to 'P3/.vscode/launch.json')
-rw-r--r-- | P3/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json index 4f832a7..7efdc59 100644 --- a/P3/.vscode/launch.json +++ b/P3/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/web_server", - "args": ["1025", "testing", "1", "1", "0", "26", "0"], + "args": ["9000", "testing", "10", "10", "0", "26", "0"], "stopAtEntry": false, "cwd": "${workspaceFolder}", |