class Byebug::SkipCommand

def auto_run

def auto_run
  return false unless self.class.always_run == 2
  keep_execution ? processor.proceed! : reset_attributes
  true
end