go-delve/delve
Delve is a debugger for the Go programming language. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 52.0
- age_days: 4488
- days_rel: 30
- days_push: 7
- n_releases_24m: 13
Adoption not part of the score
24892 stars · 2215 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Delve is a full-featured debugger for the Go programming language, usable from the command line and via editor integrations. It aims to be simple to invoke and stay out of the developer's way while debugging.
Use cases
- debug a Go program from the terminal
- set breakpoints and step through Go code
- inspect variables and goroutines in a Go application
- integrate a debugger into a Go IDE or editor
- debug a failing Go test
- attach to a running Go process
When to choose
- you need to debug Go programs and want the standard, actively maintained debugger
- you want editor integration via DAP (VS Code, GoLand, Neovim)
- you need to inspect goroutines and Go-specific runtime state
When to avoid
- you are debugging a language other than Go
- you only need simple print-based logging rather than an interactive debugger
Facets
cli-tool · maturity active
developer-tools cli developer-tools programming-languages windows go cli debugger golang dap editor-integration command-line linux macos
1 source
- readme: https://github.com/go-delve/delve · fetched 2026-08-28 · 5f4637a92a64
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-delve/delve | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem