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)+Command(Ctrl)+(Q) で中断できます。 BASIC IDE の内部からは、マクロがブレークポイントで停止しているのであれば (Shift)+(Command)(Ctrl)+(Q) で中断できます。ただし (F5)、(F8) または (Shift)+(F8) を押すまで結果を知ることはできません。