Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-18 | 2.1 kB | |
v1.25.1 source code.tar.gz | 2025-07-18 | 9.8 MB | |
v1.25.1 source code.zip | 2025-07-18 | 10.7 MB | |
Totals: 3 Items | 20.5 MB | 6 |
What's Changed
- proc: handle moving of direct interface flag in Go 1.26 by @randall77 in https://github.com/go-delve/delve/pull/4032
- proc: propogate errors from switchToGoroutineStack by @derekparker in https://github.com/go-delve/delve/pull/4034
- dwarf/frame: handle unknown opcodes more gracefully by @aarzilli in https://github.com/go-delve/delve/pull/4037
- service/dap: add missing response body close by @alexandear in https://github.com/go-delve/delve/pull/4039
- pkg,service: simplify tests with slices.Contains by @alexandear in https://github.com/go-delve/delve/pull/4040
- pkg/proc: make closure captured vars visible on closure's first line by @aarzilli in https://github.com/go-delve/delve/pull/4049
- pkg/proc: fix type cast between slices by @aarzilli in https://github.com/go-delve/delve/pull/4048
- For DAP try using debug filename pattern for debug binary path before using random string. fix for [#3494] (new Windows Firewall detections) by @rustyoz in https://github.com/go-delve/delve/pull/4003
- pkg/goversion: update max supported go minor version by @derekparker in https://github.com/go-delve/delve/pull/4046
- service/dap: do not try to access value of unreadable string variables by @aarzilli in https://github.com/go-delve/delve/pull/4055
- service/dap: implement restart request by @derekparker in https://github.com/go-delve/delve/pull/4057
- service/dap: do not try to stacktrace an unreadable goroutine by @aarzilli in https://github.com/go-delve/delve/pull/4056
- *: v1.25.1 by @derekparker in https://github.com/go-delve/delve/pull/4059
New Contributors
- @randall77 made their first contribution in https://github.com/go-delve/delve/pull/4032
- @rustyoz made their first contribution in https://github.com/go-delve/delve/pull/4003
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1251-2025-07-18 Full Changelog: https://github.com/go-delve/delve/compare/v1.25.0...v1.25.1