What's Changed
- *: fix various test problems with go1.25 by @aarzilli in #3946
- proc: add RegnumToString to PPC64LE architecture by @aarzilli in #3944
- goversion: add check for DWARFv5 compatibility by @aarzilli in #3943
- service/debugger: fix FindLocation with child processes by @aarzilli in #3937
- service/test: fix compile error in tests by @aarzilli in #3949
- cmd/dlv: fix typo by @alexandear in #3951
- terminal/command: bind if condition to location earlier by @Lslightly in #3938
- terminal: better question for suspended breakpoints by @aarzilli in #3934
- proc: add support for struct literals by @aarzilli in #3935
- service/test: skip substitutepath test when modules disabled by @derekparker in #3955
- proc/core: skip tests on ppc64le by @derekparker in #3954
- Documentation: fix substitutePath explanation for DAP server by @codesoap in #3952
- proc: do not always allocate struct literals by @aarzilli in #3953
- proc: fix bug telemetry counter increment by @aarzilli in #3967
- proc: skip invalid labels when debugging via Go 1.24 by @hongyuh-hh in #3962
- debugger: acquire missing lock to GuessSubstitutePath by @aarzilli in #3963
- proc: relax DWARFv5 check by @aarzilli in #3961
- fix(debugger): add missing targetMutex protection to CreateWatchpoint() by @BronzeDeer in #3973
- proc: replace Thread.Location method with a function by @aarzilli in #3972
- proc: limit the max length of goroutine's label map (#3928) by @hongyuh-hh in #3968
- fix(services/dap) fix race condition when launching with backend=rr by @BronzeDeer in #3971
- gdbserial: do not abort register reload on the first failed register by @aarzilli in #3966
- service/test: assert error on CreateBreakpoint in TestNextInstruction by @alexandear in #3979
- Release 1.24.2 by @aarzilli in #3983
New Contributors
- @Lslightly made their first contribution in #3938
- @codesoap made their first contribution in #3952
- @hongyuh-hh made their first contribution in #3962
- @BronzeDeer made their first contribution in #3973
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1242-2025-04-10
Full Changelog: v1.24.1...v1.24.2