You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for instructions I have added Grijjy.CloudLogging.InstanceTracker unit to the uses clause of my project (.dpr) file, as the very first unit.
After building the project with a DEBUG build I cannot see any data about real-time snapshot of the allocated objects from my running application and the memory consumed by those objects. It only shows Allocated Memory (both 32 and 64 bit build fails at showing in the Memory Usage panel of the GrijjyLogViewer.
I have tried instantiating several object and then clicking on the Update button in GrijjyLogViewer, before destroying those object instances.
Any idea?
The text was updated successfully, but these errors were encountered:
I am on Delphi Sydney.
As for instructions I have added Grijjy.CloudLogging.InstanceTracker unit to the uses clause of my project (.dpr) file, as the very first unit.
After building the project with a DEBUG build I cannot see any data about real-time snapshot of the allocated objects from my running application and the memory consumed by those objects. It only shows Allocated Memory (both 32 and 64 bit build fails at showing in the Memory Usage panel of the GrijjyLogViewer.
I have tried instantiating several object and then clicking on the Update button in GrijjyLogViewer, before destroying those object instances.
Any idea?
The text was updated successfully, but these errors were encountered: