Is there a way to disable FullDebugMode for a class or unit?

143 Views Asked by At

We want to enable flag FullDebugMode of FastMM4 in an internal build that we use for testing the application. But when we enable it, the app raise an exception of "out of memory" in a form that uses the TDCInfoTree component. The form is critical for the application. I dont have the source code of the component, and from my research, it contains a lot of "dirty" memory operations. We cant change the component at this moment.

So there is the question: is there a way to disable FullDebugMode for a unit or class?

1

There are 1 best solutions below

0
On

Is there a way to disable FullDebugMode for a unit or class?

No there is not.