
Step Out of.. Run at full speed out of current subroutine, then step through
the calling routine
Run to… current cursor position
These controls allow the program sequence to be inspected, skipping sub-
routines if these are OK or will be debugged later, or escaping from a subrou-
tine loop (e.g. delay). Breakpoints allow the program to be run and stopped at
a selected point. For example, if a break point is set at the beginning of a loop,
it can be executed one loop at a time. Additional options are available with a
right-click on the source debug window (e.g. clear all breakpoints). If the pro-
gram sequence is incorrect, the source code must be cor ...