delphi - Simple code analyzer -


A simple code analyzer is required to see if I'm forgetting to free objects and classes or To see if I have them several times

This is built in Delphi's Memory Manager (). Set reportMemory lexon shutdown true. You can also use the "full debug" version of Memory Manager.


Comments

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net - getting a value of selected radiobutton in LoadViewState -