What's Changed
- fix check it.Err() != nil but return a nil value error err by @alingse in #3886
- proc: remove leftover fmt.Printf by @aarzilli in #3885
- service/test: disable TestGuessSubstitutePath on TeamCity/linux/tip by @aarzilli in #3890
- pkg/proc/internal/ebpf: Fix uprobe address by @3u13r in #3894
- delete redundancy code. by @zhanluxianshen in #3897
- pkg: refactor sort.Sort to slices.SortFunc by @alexandear in #3880
- proc: remove irrelevant TODO comment by @aarzilli in #3891
- proc: switch to goroutine stack if we make no progress on thread stack by @aarzilli in #3898
- pkg/terminal: support zed editor and allow args in DELVE_EDITOR by @derekparker in #3899
- service/dap: provide process events after launch by @shaunduncan in #3902
- support linux-loong64 native debug by @yelvens in #3892
- proc: allow access to thread registers after a function call by @aarzilli in #3908
- TeamCity: remove riscv64 from configuration by @aarzilli in #3912
- proc: better error message for breakpoints on stripped binaries by @aarzilli in #3914
- proc: some refactorings for supporting struct literals by @aarzilli in #3909
- CirrusCI: update FreeBSD version by @aarzilli in #3917
- *: remove uses of reflect.MethodByName from all of Delve by @aarzilli in #3916
- logflags: replace logrus with log/slog by @aarzilli in #3918
- proc/gdbserial: use rr version to determine style of qRRCmd by @aarzilli in #3921
- pkg/proc: add support for interface watchpoints by @derekparker in #3922
- pkg/proc: support watchpoint on nil interface by @derekparker in #3924
- DWARFv5 fixes by @aarzilli in #3893
- service/test: handle wider registers in test by @derekparker in #3929
- telemetry: add stack counter for internal errors by @aarzilli in #3930
- proc: do not pin function call returns for toplevel call by @aarzilli in #3925
- proc: expose breakpoint hitcounts in expressions by @aarzilli in #3874
- *: v1.24.1 by @derekparker in #3931
New Contributors
- @alingse made their first contribution in #3886
- @3u13r made their first contribution in #3894
- @zhanluxianshen made their first contribution in #3897
- @shaunduncan made their first contribution in #3902
Full Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1241-2025-03-05