Simple Properties In Debug Mode

  07. Preferences No Comments

True (Default)

All properties with a get and set accessor will be visualized just like fields are in Debug Mode+.

False

All properties, except for auto-properties, will default to using a special drawer in Debug Mode+ where the user needs to specifically press a button to get or set the value.
This is the safer mode to use, because it is possible that side effects occur when invoking the get or set methods of a property.