go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.37k stars 2.13k forks source link

proc: support stepping through range-over-func statements with inlining #3755

Closed aarzilli closed 2 days ago

aarzilli commented 1 week ago

Extends support for stepping through range-over-func statement to programs compiled with inlining enabled.

Updates #3733