I have a project that makes heavy use of classes (including classes within classes) and because of this I'm seeing lots of Class (xx) instance released messages.
I've found the compiler directive #LogClassInstanceRelease but it's not clear how I should use it.
Currently, I've added #LogClassInstanceRelease: False to the Main module, but I'm still seeing the messages.
Do I need to put this directive in each class module?
I've found the compiler directive #LogClassInstanceRelease but it's not clear how I should use it.
Currently, I've added #LogClassInstanceRelease: False to the Main module, but I'm still seeing the messages.
Do I need to put this directive in each class module?