Tested with the current master:  UX improvement candidates: * Collapse/hide the range body closure (or give an option like DAP implementation's `HideSystemGoroutines` or config) - Related golang/go#66468 * Hide range closure related variables from the local variable set (e.g. `.closureptr`, `#state`, `~r0`)
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 cmd/compile: debugger support for range-over-func golang/go#66468Hide range closure related variables from the local variable set (e.g.
.closureptr,#state,~r0)