Class | Debugger::Interface |
In: |
cli/ruby-debug/interface.rb
|
Parent: | Object |
An Interface is the kind of input/output interaction that goes on between the user and the debugged program. It includes things like how one wants to show error messages, or read input. This is the base class. Subclasses inlcude Debugger::LocalInterface, Debugger::RemoteInterface and Debugger::ScriptInterface.