mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 10:17:03 +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