mailgun/godebug
DEPRECATED! https://github.com/derekparker/delve observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4244
- days_rel: n/a
- days_push: 3000
- n_releases_24m: 0
Adoption not part of the score
2478 stars · 102 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
godebug is a cross-platform debugger for Go that works by instrumenting source code with debugging calls, similar to how go tool cover handles code coverage. It is deprecated and no longer maintained, with derekparker/delve recommended as its replacement.
Use cases
- debug a go program with breakpoints
- step through go code line by line
- inspect variables while debugging go
- debug go tests interactively
- build a standalone debuggable go binary
When to choose
- you need a dependency-free debug binary for a staging server and cannot use delve
- maintaining a legacy project already built around godebug
When to avoid
- starting any new Go debugging workflow - use delve instead
- you need to step into standard library packages
- you need an actively maintained tool
Facets
cli-tool · maturity abandoned
developer-tools cli developer-tools windows cross-platform go debugger go deprecated source-instrumentation breakpoints command-line linux macos
1 source
- readme: https://github.com/mailgun/godebug · fetched 2026-08-28 · e4a7d038d183
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mailgun/godebug | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem