New
v1.25.2
What's Changed
- service/dap: fix panic on uninitialized debugger by @derekparker in https://github.com/go-delve/delve/pull/4061
- service/dap: fix restart while the target is running by @aarzilli in https://github.com/go-delve/delve/pull/4068
- proc: fix nil pointer dereference loading malformed classic maps by @aarzilli in https://github.com/go-delve/delve/pull/4067
- service/dap: fix TestConfigurationDoneWithoutDebugSession by @derekparker in https://github.com/go-delve/delve/pull/4071
- proc,service,terminal: add events call use it for dld notifications by @aarzilli in https://github.com/go-delve/delve/pull/3980
- add support for reading runtime.sigtrampgo context on loong64 by @yelvens in https://github.com/go-delve/delve/pull/4098
- pkg/proc: support ContextRegNum on loong64 by @yelvens in https://github.com/go-delve/delve/pull/4095
- proc: in-progress calls must be properly terminated by @aarzilli in https://github.com/go-delve/delve/pull/4090
- dwarf: using maps.Clone by @cuiweixie in https://github.com/go-delve/delve/pull/4088
- proc: early fixes for Go 1.26 by @aarzilli in https://github.com/go-delve/delve/pull/4070
- *: fix some failing tests on go1.25 by @aarzilli in https://github.com/go-delve/delve/pull/4089
- pkg/proc: add support for additional stack-switching functions on loong64 by @yelvens in https://github.com/go-delve/delve/pull/4100
- service/dap: allow clients to specify rebuild on restart by @derekparker in https://github.com/go-delve/delve/pull/4103
- pkg/proc: return better error attempting to call nonexistent function by @derekparker in https://github.com/go-delve/delve/pull/4062
- *: release version 1.25.2 by @aarzilli in https://github.com/go-delve/delve/pull/4104
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1252-2025-08-26 Full Changelog: https://github.com/go-delve/delve/compare/v1.25.1...v1.25.2