class Byebug::SkipCommand

def execute

def execute
  return if auto_run
  initialize_attributes
  processor.proceed!
  Byebug.stop if Byebug.stoppable?
end