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++Q 组合键中断一个正在运行的宏,这也适用于从 Basic IDE 的外部。如果您是在 Basic IDE 内部,并且宏是在一个断点处中断的,请按 Shift++Q 组合键停止执行该宏,但是只有按 F5 键、F8 键、或 Shift+F8 组合键之后才能看到此操作生效。。