class Byebug::SkipCommand

def restore_autolist

def restore_autolist
  ListCommand.always_run = @previous_autolist
  @previous_autolist = nil
end