github go-delve/delve v1.25.2

9 days ago

What's Changed

  • service/dap: fix panic on uninitialized debugger by @derekparker in #4061
  • service/dap: fix restart while the target is running by @aarzilli in #4068
  • proc: fix nil pointer dereference loading malformed classic maps by @aarzilli in #4067
  • service/dap: fix TestConfigurationDoneWithoutDebugSession by @derekparker in #4071
  • proc,service,terminal: add events call use it for dld notifications by @aarzilli in #3980
  • add support for reading runtime.sigtrampgo context on loong64 by @yelvens in #4098
  • pkg/proc: support ContextRegNum on loong64 by @yelvens in #4095
  • proc: in-progress calls must be properly terminated by @aarzilli in #4090
  • dwarf: using maps.Clone by @cuiweixie in #4088
  • proc: early fixes for Go 1.26 by @aarzilli in #4070
  • *: fix some failing tests on go1.25 by @aarzilli in #4089
  • pkg/proc: add support for additional stack-switching functions on loong64 by @yelvens in #4100
  • service/dap: allow clients to specify rebuild on restart by @derekparker in #4103
  • pkg/proc: return better error attempting to call nonexistent function by @derekparker in #4062
  • *: release version 1.25.2 by @aarzilli in #4104

Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1252-2025-08-26
Full Changelog: v1.25.1...v1.25.2

Don't miss a new delve release

NewReleases is sending notifications on new releases.