class PryByebug::UpCommand

Travel up the frame stack

Public Instance Methods

process() click to toggle source
# File lib/pry-byebug/commands/up.rb, line 25
def process
  PryByebug.check_file_context(target)

  breakout_navigation :up, times: args.first
end