Files
jh-zz/.zed/debug.json

14 lines
268 B
JSON
Raw Permalink Normal View History

2026-02-26 16:10:17 +08:00
// Project-local debug tasks
//
// For more documentation on how to configure debug tasks,
// see: https://zed.dev/docs/debugger
[
{
"label": "dev",
"adapter": "Delve",
"request": "launch",
"program": "./cmd/web/main.go",
"mode": "debug",
},
]