![]() Recent change #2061: 292f5c69f0c769fd32c2e8b1e7153b56e908efd7 proc: step into unexported runtime funcs when already inside runtime means that TestIssue414 (which tries to step repeatedly until the program exits) can now steps through way more runtime code than it ever did before. This causes this test to occasionally fail. Stepping blindly through runtime code has never been particularly safe as the runtime can switch to a different goroutine causing Delve to misbehave. This change restores the previous behavior of TestIssue414 where Step behaved like Next inside runtime code. |
||
---|---|---|
.. | ||
astutil | ||
config | ||
dwarf | ||
gobuild | ||
goversion | ||
locspec | ||
logflags | ||
proc | ||
terminal | ||
version |