![]() Set a breakpoint on the return address of the current function, if it's a range-over-func body, and clear the stepping breakpoints for the current function (except the entry one) when its hit. Without this what can happen is the following: 1. the range-over-func body finishes and returns to the iterator 2. the iterator calls back into the range-over-func body 3. a stepping breakpoint that's inside the prologue gets hit Updates #3733 |
||
---|---|---|
.. | ||
astutil | ||
config | ||
dwarf | ||
elfwriter | ||
gobuild | ||
goversion | ||
internal/gosym | ||
locspec | ||
logflags | ||
proc | ||
terminal | ||
version |