Processing Debugger Commands: Overview
The debugger processes commands as follows:
Prompts for input.
- Obtains
a complete line from the input file and performs:
- Parses
the entire line according to the parsing rules for the current language.
- Executes the commands
See also
Debugger's
Command Processing Structure