class Byebug::AutoprySetting

def value=(v)

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