Klávesové zkratky v Basic IDE
V Basic IDE je možné používat následující klávesové zkratky:
Činnost |
Klávesová zkratka |
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 |
Jeden krok pro každý příkaz. Začíná od prvního řádku programu nebo příkazu, kde skončilo vykonávání programu. |
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 |
Běžící makro lze přerušit pomocí Shift+CommandCtrl+Q také mimo Basic IDE. Pokud jste v Basic IDE a makro se zastaví na bodu přerušení, Shift+CommandCtrl+Q zastaví provádění makra, ale poznáte to až po F5, F8 nebo Shift+F8.