10 LibreOffice Basic IDE Shortcuts

Learn LibreOffice Basic IDE Shortcuts for Windows

Most Used LibreOffice Basic IDE Shortcuts

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

READ NEXT:

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button