Step Over

From RAD Studio
Jump to: navigation, search

Go Up to Run Menu


Run > Step Over    F8

Tells the debugger to execute the next line of code. If the line contains a function, Step Over executes the function and then stops at the first line after the function.

Also available on the debug toolbar as the StepOver.png button (Step Over).

See Also