diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index e1aa280..bd9d2e0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -31,6 +31,20 @@ "miDebuggerPath": "/usr/bin/gdb" }, { + "name": "htbtclient", + "type": "cppdbg", + "request": "launch", + "program": "${workspaceFolder}/src/proone-htbtclient", + "args": [ "-t", "localhost", "hostinfo" ], + "stopAtEntry": false, + "cwd": "${workspaceFolder}", + "environment": [], + "externalConsole": false, + "MIMode": "gdb", + "preLaunchTask": "Build htbtclient", + "miDebuggerPath": "/usr/bin/gdb" + }, + { "name": "resolv", "type": "cppdbg", "request": "launch", |