LibreOfficeDev 25.8 Help
BRjJ7‖In the Basic IDE you can use the following keyboard shortcuts:
| ACNp2‖Action | vwPiV‖Keyboard shortcut | 
|---|---|
| RphtH‖Run code starting from the first line, or from the current breakpoint, if the program stopped there before. | yc5Fy‖F5 | 
| 338qg‖Stop | YoSNT‖Shift+F5 | 
| sTGfk‖Add watch for the variable at the cursor. | denBK‖F7 | 
| pBuAE‖Single step through each statement, starting at the first line or at that statement where the program execution stopped before. | DNN5Z‖F8 | 
| ZbLqF‖Single step as with F8, but a function call is considered to be only one statement. | DKCAB‖Shift+F8 | 
| nWEaG‖Set or remove a breakpoint at the current line or all breakpoints in the current selection. | 5GBBt‖F9 | 
| 9P96d‖Enable/disable the breakpoint at the current line or all breakpoints in the current selection. | zebED‖Shift+F9 | 
FETWh‖A running macro can be aborted with Shift++Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift++Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8.