class Byebug::PryProcessor

def perform_step(options)

def perform_step(options)
  times = (options[:times] || 1).to_i
  context.step_into(times, frame.pos)
end