Run To Cursor and Run Until Return

From RAD Studio
Jump to: navigation, search

Go Up to Run Menu


Run > Run To Cursor    F4

Run > Run Until Return    Shift+F8

Executes the current program you are working on and stops either at the cursor location or when the function returns.

Also available on the debug toolbar as the RunUntilReturn.png button (Run Until Return)

Item Description

Run To Cursor

Executes the current active program to the line containing the cursor. The cursor must be on a line of source code.

Run Until Return

Executes the current active program until the current procedure or function returns to its caller.

See Also