lib/ruby-debug/commands/jump.rb in ruby-debug-ide19-0.4.10 vs lib/ruby-debug/commands/jump.rb in ruby-debug-ide19-0.4.11
- old
+ new
@@ -1,9 +1,9 @@
module Debugger
# Implements debugger "jump" command
class JumpCommand < Command
- self.allow_in_control = true
+ self.need_context = true
def numeric?(object)
true if Float(object) rescue false
end