botserver/.zed/debug.json
Rodrigo Rodriguez (Pragmatismo) a6df35dae8 Switch debug to BotServer and use cargo run
- Change label from "Build & Debug native binary" to "Debug BotServer"
- Use cargo run instead of cargo build
2025-10-14 15:57:17 -03:00

14 lines
259 B
JSON

[
{
"label": "Debug BotServer",
"build": {
"command": "cargo",
"args": ["run"]
},
"program": "$ZED_WORKTREE_ROOT/target/debug/botserver",
"sourceLanguages": ["rust"],
"request": "launch",
"adapter": "CodeLLDB"
}
]