go-delve / delve

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

Add function name even in return trace #3712

Closed archanaravindar closed 2 months ago

archanaravindar commented 2 months ago

Currently the trace option prints function names only for call instructions and does not print it for return instructions Add function name even on return, this will help in pairing call and returns when we eventually add a depth parameter to trace children as well