Debugger's Command Processing Structure. Expert Debugging
The debugger processes commands as follows:
Prompts for input.
Obtains a complete line
from the input file and performs:
History replacement of the line
Alias expansion of the line
Parses the entire line according to the parsing rules for the current language.
Executes the commands.