Commit d818dcdda1e29043f939df31dbe7f35b3c3537a5

set_friendly_mode is obsolete

Commit diff

Support/lib/rdebug_cmd.rb

 
5858 return if self.class.not_running
5959 puts output
6060 end
61
62 def set_friendly_mode
63 send_command "set autoeval", "Auto eval mode set"
64 output
65 send_command "set autolist", "Auto list mode set"
66 output
67 end
6861
6962 def remote_eval(cmd)
7063 send_command("e Debugger.eval_from_current_binding(#{cmd.inspect})")
toggle raw diff