go-delve / delve

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

proc: initial stepping with range-over-func support #3736

Closed aarzilli closed 4 weeks ago

aarzilli commented 1 month ago

Initial support for stepping in functions that use the new range-over-func statement in go1.23.

Does not support:

Updates #3733