| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-03 | 4.3 kB | |
| v1.26.1 source code.tar.gz | 2026-03-03 | 9.6 MB | |
| v1.26.1 source code.zip | 2026-03-03 | 10.4 MB | |
| Totals: 3 Items | 20.1 MB | 0 | |
What's Changed
- *: modernize codebase by @derekparker in https://github.com/go-delve/delve/pull/4221
- capslock: update capslock output by @aarzilli in https://github.com/go-delve/delve/pull/4224
- proc: fix finding moduledata in 1.26+ by @derekparker in https://github.com/go-delve/delve/pull/4228
- lru: remove mutex from lru cache by @aarzilli in https://github.com/go-delve/delve/pull/4226
- service/dap: Add hit conditional breakpoint capability by @DrSergei in https://github.com/go-delve/delve/pull/4230
- *: downgrade riscv64 by @derekparker in https://github.com/go-delve/delve/pull/4232
- proc/internal/ebpf: improve shutdown for polling & ebpf objects by @derekparker in https://github.com/go-delve/delve/pull/4231
- goversion: Fix ProducerAfterOrEqual comparison for devel builds by @typesanitizer in https://github.com/go-delve/delve/pull/4234
- Propagate short type option when printing structs. by @igadmg in https://github.com/go-delve/delve/pull/4235
- service/dap: reject most requests before launch/attach by @aarzilli in https://github.com/go-delve/delve/pull/4240
- service/rpccommon: print error when we can't decode request body by @aarzilli in https://github.com/go-delve/delve/pull/4247
- service/api: Update waitReason switch for Go 1.27 by @typesanitizer in https://github.com/go-delve/delve/pull/4244
- service/debugger: better error if process is already being debugged by @aarzilli in https://github.com/go-delve/delve/pull/4242
- pkg/proc: fix ebpf uprobe placement to skip function prologue by @derekparker in https://github.com/go-delve/delve/pull/4249
- cmd/dlv: add trace backend parity test by @derekparker in https://github.com/go-delve/delve/pull/4250
- Documentation: document AI policy / add agent files by @derekparker in https://github.com/go-delve/delve/pull/4248
- proc,service: detect and warn about trimpath by @aarzilli in https://github.com/go-delve/delve/pull/4241
- proc: fix TestRangeOverFuncNext for go1.26 on arm64 by @aarzilli in https://github.com/go-delve/delve/pull/4254
- goversion: parse rc version with trailing suffix by @alexsaezm in https://github.com/go-delve/delve/pull/4255
- terminal/starbind: add 'append_file" built-in func by @sding3 in https://github.com/go-delve/delve/pull/4252
- proc: fix sigpanics in swiss map iterator by @derekparker in https://github.com/go-delve/delve/pull/4261
- pkg/debugdetect: add package for detecting debugger attachment by @derekparker in https://github.com/go-delve/delve/pull/4258
- deps: migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @scop in https://github.com/go-delve/delve/pull/4257
- service/api: remove variable formatting helper methods by @aarzilli in https://github.com/go-delve/delve/pull/4259
- documentation: updated stale DAP documentation by @stack1ng in https://github.com/go-delve/delve/pull/4265
- proc: support debugging stripped non-Go binaries by @derekparker in https://github.com/go-delve/delve/pull/4263
- service/dap: better error messages when we can't launch the debugger by @aarzilli in https://github.com/go-delve/delve/pull/4264
- pkg/terminal/starbind: remove some duplicate code by @aarzilli in https://github.com/go-delve/delve/pull/4262
- pkg/proc/debuginfod: fix debuginfod download progress by @aarzilli in https://github.com/go-delve/delve/pull/4270
- proc: Remove special-casing for 1.23 in tests by @typesanitizer in https://github.com/go-delve/delve/pull/4271
- *: v1.26.1 by @derekparker in https://github.com/go-delve/delve/pull/4272
New Contributors
- @DrSergei made their first contribution in https://github.com/go-delve/delve/pull/4230
- @typesanitizer made their first contribution in https://github.com/go-delve/delve/pull/4234
- @igadmg made their first contribution in https://github.com/go-delve/delve/pull/4235
- @sding3 made their first contribution in https://github.com/go-delve/delve/pull/4252
- @stack1ng made their first contribution in https://github.com/go-delve/delve/pull/4265
Full Changelog: https://github.com/go-delve/delve/compare/v1.26.0...v1.26.1 Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1261-2026-03-03