Commit fb9e8ea9415b15d224ed54683fd2678d15fbce6e
- Date: Mon Apr 21 19:16:47 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: fb9e8ea9415b15d224ed54683fd2678d15fbce6e
- Tree SHA1: 9415eb3dda43387e32375383cff239d453af420b
pruned the no longer used the RemoteDebugger#inspect
Commit diff
| |   |
| 95 | 95 | def current_frame |
| 96 | 96 | evaluate("::Debugger.current_frame", :control) |
| 97 | 97 | end |
| 98 | | |
| 99 | | def inspect(expression, format = :pp) |
| 100 | | evaluate(expression, :current, format) |
| 101 | | end |
| 102 | 98 | |
| 103 | 99 | AUTO_LOAD = { |
| 104 | 100 | :BreakpointCommander => 'breakpoint_commander.rb', |
| toggle raw diff |
--- a/Support/lib/ruby_amp/remote_debugger.rb
+++ b/Support/lib/ruby_amp/remote_debugger.rb
@@ -95,10 +95,6 @@ module RubyAMP
def current_frame
evaluate("::Debugger.current_frame", :control)
end
-
- def inspect(expression, format = :pp)
- evaluate(expression, :current, format)
- end
AUTO_LOAD = {
:BreakpointCommander => 'breakpoint_commander.rb', |