| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-04-20 | 768 Bytes | |
| checksums.txt.cert | 2026-04-20 | 3.1 kB | |
| checksums.txt.sig | 2026-04-20 | 96 Bytes | |
| dlv_1.26.2_darwin_amd64.tar.gz | 2026-04-20 | 11.7 MB | |
| dlv_1.26.2_darwin_arm64.tar.gz | 2026-04-20 | 10.5 MB | |
| dlv_1.26.2_linux_amd64.tar.gz | 2026-04-20 | 11.8 MB | |
| dlv_1.26.2_windows_arm64.zip | 2026-04-20 | 10.2 MB | |
| dlv_1.26.2_linux_386.tar.gz | 2026-04-20 | 11.1 MB | |
| dlv_1.26.2_linux_arm64.tar.gz | 2026-04-20 | 10.1 MB | |
| dlv_1.26.2_linux_ppc64le.tar.gz | 2026-04-20 | 10.4 MB | |
| dlv_1.26.2_windows_amd64.zip | 2026-04-20 | 11.7 MB | |
| README.md | 2026-04-20 | 3.3 kB | |
| v1.26.2 source code.tar.gz | 2026-04-20 | 9.4 MB | |
| v1.26.2 source code.zip | 2026-04-20 | 10.2 MB | |
| Totals: 14 Items | 107.3 MB | 0 | |
What's Changed
- service/dap,pkg/proc: fix misc test failures by @derekparker in https://github.com/go-delve/delve/pull/4273
- dwarf/line: fix PrologueEndPC and FirstStmt by @aarzilli in https://github.com/go-delve/delve/pull/4276
- build: add goreleaser release automation with cosign signing by @derekparker in https://github.com/go-delve/delve/pull/4278
- pkg/proc,service,pkg/terminal: add stacktrace caching by @aarzilli in https://github.com/go-delve/delve/pull/4277
- build: allow release workflow to be manually triggered against a tag by @derekparker in https://github.com/go-delve/delve/pull/4283
- service/dap: set seq number for response messages by @aarzilli in https://github.com/go-delve/delve/pull/4280
- config,terminal: better documentation for configuration file by @aarzilli in https://github.com/go-delve/delve/pull/4282
- _scripts: fallback to calling go if goreleaser is not installed by @aarzilli in https://github.com/go-delve/delve/pull/4286
- pkg/terminal,pkg/config: add ability to configure Delve's prompt by @aarzilli in https://github.com/go-delve/delve/pull/4284
- service/dap: add build message by @aarzilli in https://github.com/go-delve/delve/pull/4287
- service/dap_test: remove dlv help test by @aarzilli in https://github.com/go-delve/delve/pull/4290
- dap/command: port examinemem from dlv/terminal by @BrotifyPacha in https://github.com/go-delve/delve/pull/4289
- dwarf/op: fix DW_OP_shr and DW_OP_shra evaluation by @cuiweixie in https://github.com/go-delve/delve/pull/4296
- service/dap,terminal: cover more cases in examinemem command by @aarzilli in https://github.com/go-delve/delve/pull/4300
- proc: clear stepping breakpoints on every target in TargetGroup by @cuiweixie in https://github.com/go-delve/delve/pull/4299
- native: return ptrace error from riscv64 setSP by @cuiweixie in https://github.com/go-delve/delve/pull/4298
- proc: fix stack watch breaklet index for recorded replay by @cuiweixie in https://github.com/go-delve/delve/pull/4295
- pkg/proc: Fix flaky test on Windows by @typesanitizer in https://github.com/go-delve/delve/pull/4292
- service/dap: support data breakpoints by @aarzilli in https://github.com/go-delve/delve/pull/4294
- pkg/terminal,service: add TypeInfo API by @aarzilli in https://github.com/go-delve/delve/pull/4291
- gobuild: fix gocommandRun stdout and stderr streams by @cuiweixie in https://github.com/go-delve/delve/pull/4297
- proc/internal/ebpf,build: extend eBPF tracing type support by @derekparker in https://github.com/go-delve/delve/pull/4285
- Support printing function parameters with varying verbosity levels [0 .. 4] with the -trace option by @archanaravindar in https://github.com/go-delve/delve/pull/4251
- dwarf/godwarf: work around Mach-O section name limitation by @aarzilli in https://github.com/go-delve/delve/pull/4304
- *: release version 1.26.2 by @aarzilli in https://github.com/go-delve/delve/pull/4309
New Contributors
- @BrotifyPacha made their first contribution in https://github.com/go-delve/delve/pull/4289
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1262-2026-04-20 Full Changelog: https://github.com/go-delve/delve/compare/v1.26.1...v1.26.2