Class Debugger::LocalInterface
In: cli/ruby-debug/interface.rb
Parent: Interface

A LocalInterface is the kind of I/O interactive performed when the user interface is in the same process as the debugged program. Compare with Debugger::RemoteInterface.

Methods

Constants

FILE_HISTORY = ".rdebug_hist"

Attributes

command_queue  [RW] 
histfile  [RW] 
history_length  [RW] 
history_save  [RW] 
restart_file  [RW] 

Public Class methods

Public Instance methods

Things to do before quitting

[Validate]