debugAddStackTraceInObserverName top-level property

bool debugAddStackTraceInObserverName
getter/setter pair

true if a stack frame indicating where an Observer was created should be included in its name. This is useful during debugging to identify the source of warnings or errors.

Note that stack frames are only included in debug builds.

Implementation

bool debugAddStackTraceInObserverName = true;