Commit d818dcdda1e29043f939df31dbe7f35b3c3537a5
- Date: Thu Apr 10 22:20:58 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: d818dcdda1e29043f939df31dbe7f35b3c3537a5
- Tree SHA1: 6de3a04dfce16857a6c748336d5be46e6aea998b
set_friendly_mode is obsolete
Commit diff
| |   |
| 58 | 58 | return if self.class.not_running |
| 59 | 59 | puts output |
| 60 | 60 | 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 |
| 68 | 61 | |
| 69 | 62 | def remote_eval(cmd) |
| 70 | 63 | send_command("e Debugger.eval_from_current_binding(#{cmd.inspect})") |
| toggle raw diff |
--- a/Support/lib/rdebug_cmd.rb
+++ b/Support/lib/rdebug_cmd.rb
@@ -58,13 +58,6 @@ class DebuggerCmd
return if self.class.not_running
puts output
end
-
- def set_friendly_mode
- send_command "set autoeval", "Auto eval mode set"
- output
- send_command "set autolist", "Auto list mode set"
- output
- end
def remote_eval(cmd)
send_command("e Debugger.eval_from_current_binding(#{cmd.inspect})") |