Enable JavaScript in the browser to display LibreOfficeDev Help pages.

Basic IDEのキーボードショートカット

Basic IDEでは下記のキーボードショートカットが使用できます。

アクション

キーボードショートカット

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

プログラムコードの先頭行ないし停止行から、各ステートメントをシングルステップで実行します。

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)


実行中のマクロはBASIC IDEの外部からも (Shift)++(Q) で中断できます。 BASIC IDEの内部からは、マクロがブレークポイントで停止しているのであれば (Shift)++(Q) で中断できます。ただし (F5)、(F8) または (Shift)+(F8) を押すまで結果を知ることはできません。