Hotkeys and shortcuts for LibreOffice Basic IDE

(Total 8)

F5
General
Run code starting from the first line, or from the current breakpoint, if the program stopped there before
↑   Shift + F5
General
Stop
F7
General
Add watch for the variable at the cursor
F8
General
Single step through each statement, starting at the first line or at that statement where the program execution stopped before.
↑   Shift + F8
General
Single step as with F8, but a function call is considered to be only one statement
F9
General
Set or remove a breakpoint at the current line or all breakpoints in the current selection
↑   Shift + F9
General
Enable/disable the breakpoint at the current line or all breakpoints in the current selection
↑   Shift + Ctrl + Q
General
Stop a runing macro (this shortcut also works outside of the Basic IDE)