diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 15:31:26 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 15:31:26 +0100 |
| commit | 10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch) | |
| tree | 1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /.vscode | |
| parent | ec3796faff12ba7bf5f775d757ac25834549903d (diff) | |
networking
Diffstat (limited to '.vscode')
| -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}" } ] |
