diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 570ecaf..7c697de 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,8 @@ "type": "by-gdb", "request": "launch", "name": "Launch(gdb)", - "program": "build/zombies.exe", + "program": "build/zombies.exe ", + "programArgs": "-ip 127.0.0.1 -port 27015", "cwd": "${workspaceRoot}" } ] |
