readr

Minimal Terminal RSS Reader
Log | Files | Refs | README | LICENSE

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"
  }
]