Setting these UserDefaults in your app’s domain will change AppKit behavior at runtime.

  • NSDisplayCycleLoggingEnabled (h/t @pilky)
  • NSTextViewAvoidLayoutWhileDrawing: Disables a fastpath that allows layout passes to happen while drawRect is being invoked. (h/t @pilky)