Atalhos do teclado no Basic IDE
No Basic IDE pode utilizar estas teclas de atalho:
Ação |
Atalho do teclado |
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 |
Passo a passo através de cada instrução, começando na primeira linha ou na instrução em que o programa parou. |
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 |
Uma macro em execução pode ser cancelada com Shift+ComandoCtrl+Q, também fora do Basic IDE. Se estiver no Basic IDE e a macro parar num ponto de interrupção, Shift+ComandoCtrl+Q para a execução da macro, mas só após F5, F8, ou Shift+F8.