class PryByebug::StepCommand

def process

def process
  PryByebug.check_file_context(target)
  breakout_navigation :step, times: args.first
end