gbserver/.zed/debug.json
Rodrigo Rodriguez (Pragmatismo) 57f20d903e
Some checks failed
GBCI / build (push) Has been cancelled
- Testing of the first BASIC script.
2025-08-14 09:42:05 -03:00

14 lines
272 B
JSON

[
{
"label": "Build & Debug native binary",
"build": {
"command": "cargo",
"args": ["build"]
},
"program": "$ZED_WORKTREE_ROOT/target/debug/gbserver",
"sourceLanguages": ["rust"],
"request": "launch",
"adapter": "CodeLLDB"
}
]