class Byebug::AutolistSetting

def value=(val)

def value=(val)
  ListCommand.always_run = val ? 1 : 0
end