perform_up

in lib/byebug/processors/pry_processor.rb [141:148]


    def perform_up(options)
      times = (options[:times] || 1).to_i

      Byebug::UpCommand.new(self, "up #{times}").execute

      resume_pry
    end