FpDebug only (Windows / Linux)
The IDE has a new debugger command "Continue last step".
If you do any stepping (over, into, out) and it is interrupted (e.g. by hitting a breakpoint, or by pausing at an exception) then you can continue that step. And it will step to where it should have stepped if it hadn't been interrupted.
"Continue last step" will only work if you haven't done any other stepping in between. If you do any other step commands then that "last interrupted" is cleared (it no longer is the last).
If you find any issues, please report. Thanks.