go-delve / delve

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

proc: support reading captured variables of closures #3682

Closed aarzilli closed 3 months ago

aarzilli commented 4 months ago

Supports showing captured variables for function closures on versions of Go that export informations about the closure struct (Go >= 1.23)

Fixes #3612