app/default.rb in trepanning-0.1.0 vs app/default.rb in trepanning-0.1.1

- old
+ new

@@ -18,11 +18,10 @@ :port => 1955, :host => 'localhost', :restart_argv => RubyVM::OS_ARGV, # Command run when "restart" is given. - :restore_profile => nil, # Profile used to set/restore debugger state :server => false, # Out-of-process debugging? } unless defined?(DEFAULT_SETTINGS) # Default settings for Trepan run from the command line. DEFAULT_CMDLINE_SETTINGS = { @@ -31,9 +30,10 @@ :nx => false, # Don't run user startup file (e.g. .trepanrc) :output => nil, :port => DEFAULT_SETTINGS[:port], :host => DEFAULT_SETTINGS[:host], :server => false, # Out-of-process debugging? + :readline => true, # Try to use GNU Readline? # Note that at most one of :server or :client can be true. } unless defined?(DEFAULT_CMDLINE_SETTINGS) DEFAULT_DEBUG_STR_SETTINGS = { :core_opts => {