process

in lib/pry-byebug/commands/down.rb [26:31]


    def process
      PryByebug.check_file_context(target)

      breakout_navigation :down, times: args.first
    end