class PryByebug::DownCommand

Travel down the frame stack

Public Instance Methods

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

  breakout_navigation :down, times: args.first
end