STEP -- Executes the next statement in the target program.
FORMAT
|----------------------
| -Over
STEP |----------------------
| -Until statement-id
|----------------------
REQUIRED ARGUMENTS
None. If no arguments are given, the command advances the program
to the next statement and then halts the program.
OPTIONAL ARGUMENTS
The two arguments are mutually exclusive.
-Over Suppresses single-stepping through a routine about to be
called.
-Until Single-steps the program from its current location up until
statement-id.
DESCRIPTION
Use the STEP command to advance the program counter through one or more
statements. The STEP command can optionally be followed by one of two
arguments.
For full details, see Chapter 3 of the DOMAIN Language Level Debugger
Reference manual.