Debugger's Command Processing Structure. Expert Debugging

The debugger processes commands as follows:

  1. Prompts for input.
  1. Parses the entire line according to the parsing rules for the current language.
  2. Executes the commands.