mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
* proc: use .closureptr for stepping through range-over-func statements Uses special variables .closureptr and #yieldN to correctly identify the parent frame of a range-over-func body closure call. Updates #3733 * fix