Class Debugger::ControlCommandProcessor
In: cli/ruby-debug/processor.rb
Parent: Processor

A Debugger::ControlCommandProcessor is the kind of Debugger::Processor used the debugged program is running remotely. It is also entered after the debugged program has terminated.

Methods

Public Class methods

Public Instance methods

This the main debugger command-line loop. Here we read a debugger command, perform it, and ask for another one unless we are told to continue execution or terminate.

Return a prompt string to show before reading a command. Note: The context parameter is not used. It must be provided so that the interface matches Debugger::CommandProcessor#prompt.

[Validate]