class PryByebug::StepCommand


Run a number of Ruby statements and then stop again

def process

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