diff --git a/.vscode/launch.json b/.vscode/launch.json index 570135d8ec9ed067d9931f5d6a741fcabf664ed5..7507ec8c0fd2c41d96d243d01d2ff7da0573ba15 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,10 +8,11 @@ "name": "(gdb) Launch", "type": "gdb", "request": "launch", + "env": { "RUST_BACKTRACE": 1 }, "target": "${workspaceFolder}/target/debug/ucc-discord-bot", "cwd": "${workspaceFolder}", "gdbpath": "/home/tec/.cargo/bin/rust-gdb", - "arguments": "read latest -e pdf -o" + "arguments": "" } ] }