debug.json (390B)
// Project-local debug tasks
//
// For more documentation on how to configure debug tasks,
// see: https://zed.dev/docs/debugger
[
{
"label": "Debug native binary",
"build": {
"command": "make",
"args": [""],
"cwd": "$ZED_WORKTREE_ROOT"
},
"program": "$ZED_WORKTREE_ROOT/readr",
"args": [""],
"request": "launch",
"adapter": "CodeLLDB"
}
]