在 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 組合鍵 |
可用 Shift+CommandCtrl+Q 中斷執行中的巨集,且不限於 Basic IDE 視窗內。若您處在 Basic IDE 視窗內且該巨集於某個中斷點停止,Shift+CommandCtrl+Q 會停止執行巨集,但您只會在下次按 F5、F8 或 Shift+F8 時才會發現此情形。