Topic: Debugger when stepping through program
(SF 2.41) When running the debugger, stop at a breakpoint, then step line-by-line from there (using step over or step into), the GUI does not just go to the next line each time. It first jumps to a subroutine's END or SUBROUTINE statement (often a different routine from where I am tracing); pressing Step again puts me to the next statement. So you have to press Step twice to get to the next statement executed.
Is this a feature or a bug?