Forum Discussion

peter-lion-spam's avatar
peter-lion-spam
New Contributor
12 years ago

Do we have any ability to review content of live object.

I use allocation profiler to detect memory leak on our application.

AQTime Pro 7.5 found objects which are alive. It displays memory addresses of objects but  I can't find ability to review content of objects. The problem is we have a lot of instances and we need determine which one was not released. Do we have any ability to get content of object if application is still under profiling?

1 Reply

  • So, I was able to find out data from objects by creating full dump with sysinternal process explorer and windbg using(min dump has no full memory). May be in future I will write extension for aqtime for automation it.

    It will be great feature for this kind of application.