in lib/byebug/processors/pry_processor.rb [132:136]
def perform_step(options) times = (options[:times] || 1).to_i context.step_into(times, frame.pos) end