delve
delve copied to clipboard
polish go1.23 range-over-func UX
Tested with the current master:
UX improvement candidates:
-
Collapse/hide the range body closure (or give an option like DAP implementation's
HideSystemGoroutinesor config) - Related golang/go#66468 -
Hide range closure related variables from the local variable set (e.g.
.closureptr,#state,~r0)
See #3732 (wip)