Forum Discussion

Bendy's avatar
Bendy
Regular Visitor
10 years ago

Unexpected Report.ObjectName

Trying to catch memory problems by restarting forms in my app (Delphi XE2, AQTime standard), but the only ObjectNames I find in the report are like Shell Memory.1310, GDI+ Memory.5403, where I hoped for something like Button1.OnClick.

 

Also when I look at the Details or the Call Tree there's nothing I can work with. For example: in the Creation Call Stack of GDI+ Memory.8717 I only find GdipAlloc. That's it. And in the Call Tree it references to and from itself. See image below.

 

AQTime.png

 

What I finally want is to open and close a form, set a marker, open and close it again and see if there are any memory leaks. Is that possible in AQTime? With readable data? Help me out please...

No RepliesBe the first to reply