grijjy / GrijjyCloudLogger

GrijjyCloudLogger, remote logging for Windows, iOS, Android, macOS and Linux
Other
107 stars 29 forks source link

Unable to get Memory and object tracking #14

Open fabvit opened 1 year ago

fabvit commented 1 year ago

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?