Keyboard Shortcuts in the Basic IDE/text/sbasic/shared/keys.xhpSun Microsystems, Inc.converted from old format - fpekeyboard;in IDEshortcut keys;Basic IDEIDE;keyboard shortcutsKeyboard Shortcuts in the Basic IDEIn the Basic IDE you can use the following keyboard shortcuts:
ActionKeyboard shortcutRun code starting from the first line, or from the current breakpoint, if the program stopped there beforeF5StopShift+F5UFI: feature mail "changed/CWS tbe10 : Basic IDE keyboard shortcuts"Add watch for the variable at the cursorF7Single step through each statement, starting at the first line or at that statement where the program execution stopped before.F8Single step as with F8, but a function call is considered to be only one statementShift+F8Set or remove a breakpoint at the current line or all breakpoints in the current selectionF9Enable/disable the breakpoint at the current line or all breakpoints in the current selectionShift+F9
A running macro can be aborted with Shift+CommandCtrl+Q, also from outside of the Basic IDE. If you are inside the Basic IDE and the macro halts at a breakpoint, Shift+CommandCtrl+Q stops execution of the macro, but you can recognize this only after the next F5, F8, or Shift+F8.