>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  User

Commands

In the code panel of the Debug window:

>

marks the suspended line, same as the initial run line.

-

marks the run line, if moved back from the suspended line.

+

marks the run line, if moved forward from the suspended line.

*

marks a stop on a specific line.

|

marks a stop on all lines.

Toolbar Commands



Command



Shortcut



Description



run

F5

continue execution at the run line.



step into



F6



continue execution at the run line, stopping on the next line, or on the first line of any definitions on the run line.



step over



Enter, F7



continue execution at the run line, stopping on the next line, or earlier stop..



step out



F8



continue execution at the run line, stopping on the next line of the calling function. Does not stop again in the current definition, except where stops have been set.



cutback







cuts back stack to calling function.



back



move run line back one line. Does not undo sentences already executed.



refresh



refresh Debug window, and restore run line to suspended line.



forward



move run line forward one line. Does not execute the run line.



stop name



set stops on all lines on name at cursor position, or, if the entire line is selected, on all names on the line. If successful, highlights the name, or entire line of code.



stop manager



manage the stop settings.



watch manager



manage the watch names.



edit



open script window with the current definition.



clear



reset stack and clear the Debug window. Leaves suspension on.



help



This help.

Other Commands (not on Toolbar)


>>  <<  Ndx  Usr  Pri  Phr  Dic  Rel  Voc  !:  wd  Help  User