Files
platform/.zed/debug.json

14 lines
266 B
JSON
Raw Permalink Normal View History

2025-12-18 14:22:56 +08:00
// Project-local debug tasks
//
// For more documentation on how to configure debug tasks,
// see: https://zed.dev/docs/debugger
[
{
"label": "debug main",
"adapter": "Delve",
"request": "launch",
"mode": "debug",
"program": "./cmd/main"
}
]