botserver/.zed/debug.json
Rodrigo Rodriguez (Pragmatismo) f8d4e8925f Add indicatif for progress bars and enhance bootstrap
----------------------------------------------------------------
2025-10-19 19:28:08 -03:00

16 lines
339 B
JSON

[
{
"label": "Debug BotServer",
"build": {
"command": "rm -rf .env ./botserver-stack && cargo",
"args": ["build"]
},
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
"env": {
"RUST_LOG": "trace"
},
"sourceLanguages": ["rust"],
"request": "launch",
"adapter": "CodeLLDB"
}
]