Button:
Shortcut key: [O] Menu: Run->Step
over (from Source window)
The Step Over command executes the current line in the program. If the current line is a call, execution stops at the line following the call.
If you step over a function that contains a breakpoint, execution stops at the breakpoint.