class Byebug::SkipCommand

def reset_attributes

def reset_attributes
  self.class.always_run = 0
  ListCommand.new(processor).execute if self.class.previous_autolist == 1
  self.class.restore_autolist
end