Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ st_v — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

;
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.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026