Files
levlib/.zed/debug.json
2026-03-08 19:00:41 -07:00

13 lines
238 B
JSON

[
{
"label": "Debug",
"program": "out/debug/debug",
"adapter": "CodeLLDB",
"request": "launch",
"build": {
"command": "odin build debug -debug -out=out/debug/debug"
},
"cwd": "$ZED_WORKTREE_ROOT"
}
]