Execute the current Basic (single or multi–cycle) instruction, then halt. If the instruction is a routine call, enter the routine and halt at the first instruction following the call.
[F7]
Step Over
Execute the current Basic (single or multi–cycle) instruction, then halt.
[F8]
Step Out
Execute all remaining instructions in the current routine, return and then halt.
[Ctrl+F8]
Run to cursor
Execute all instructions between the current instruction and cursor position.
[F4]
Toggle Breakpoints
Toggle breakpoint at the current cursor position. To view all breakpoints, select Run > View Breakpoints from the drop–down menu.
Double clicking an item in the Breakpoints Window List locates the breakpoint.
[F5]
Show/Hide Breakpoints
Show/Hide the breakpoints set in project.
[Shift+F4]
Clear Breakpoints
This option will clear(delete) all breakpoints in the active project. Bear in mind that the breakpoints cannot be recovered after this.