class Byebug::AutolistSetting

def value=(v)

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