General
Run code starting from the first line, or from the current breakpoint, if the program stopped there before
|
F5
|
General
Stop
|
↑ Shift + F5
|
General
Add watch for the variable at the cursor
|
F7
|
General
Single step through each statement, starting at the first line or at that statement where the program execution stopped before.
|
F8
|
General
Single step as with F8, but a function call is considered to be only one statement
|
↑ Shift + F8
|
General
Set or remove a breakpoint at the current line or all breakpoints in the current selection
|
F9
|
General
Enable/disable the breakpoint at the current line or all breakpoints in the current selection
|
↑ Shift + F9
|
General
Stop a runing macro (this shortcut also works outside of the Basic IDE)
|
↑ Shift + Ctrl + Q
|