class PryByebug::UpCommand
Travel up the frame stack
Public Instance Methods
Source
# File lib/pry-byebug/commands/up.rb, line 27 def process PryByebug.check_file_context(target) breakout_navigation :up, times: args.first end
Travel up the frame stack
# File lib/pry-byebug/commands/up.rb, line 27 def process PryByebug.check_file_context(target) breakout_navigation :up, times: args.first end