Processing Debugger Commands: Overview

The debugger processes commands as follows:

Prompts for input.

  1. Obtains a complete line from the input file and performs:
  2. Parses the entire line according to the parsing rules for the current language.
  3. Executes the commands

See also

Debugger's Command Processing Structure