process

in lib/pry-byebug/commands/step.rb [25:30]


    def process
      PryByebug.check_file_context(target)

      breakout_navigation :step, times: args.first
    end