botserver/.zed/debug.json

17 lines
310 B
JSON
Raw Normal View History

2025-10-06 10:30:17 -03:00
[
{
"label": "Debug BotServer",
2025-10-06 10:30:17 -03:00
"build": {
"command": "cargo",
"args": ["build"],
2025-10-06 10:30:17 -03:00
},
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
2025-10-19 14:02:47 -03:00
"env": {
"RUST_LOG": "trace",
2025-10-19 14:02:47 -03:00
},
2025-10-06 10:30:17 -03:00
"sourceLanguages": ["rust"],
"request": "launch",
"adapter": "CodeLLDB",
},
2025-10-06 10:30:17 -03:00
]