On Apr 30, 2017, at 2:50 PM, Peter Hudson <peter.hud...@me.com> wrote:
> 
> Rather too much code to post it. 
> Was wondering about methods to watch particular addresses of memory. 

Run the app under the Zombies template of Instruments. The table view, rather 
than being deallocated and having its address reused for some other object, 
will be made a zombie.  Then, any future attempt to use it will be flagged.  
Furthermore, the history of the object in terms of retains and releases can be 
viewed, and you can figure out why it was deallocated when you expected it to 
remain alive.

Regards,
Ken

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to