Hello,
I need to find the offender, who deleted one of the object in memory. I can't set an access breakepoint as I can get into crash only after the object is destroyed and the actual access to one of the methods of this object is performed. Can somebody hint me how can I log all the object that are being allocted during the application runtime and the places where they were allocated to find that infromat by the pointer I get in a crash. Further that would help me to set an breakpoint on access.
Thank you