3
votes
0answers
75 views

Use Xcode Instruments to look at non-zombie object history at pointer

I am currently debugging a "message sent to deallocated object" error using Instruments. I am able to access the history of the object at fault through a "Zombie Messaged" dialog box. I want to find ...
1
vote
1answer
1k views

My app freezes but no error appears

Does any body know what I have to check if my app freezes? I mean, I can see the app in the iPad screen but no buttons respond. I have tried debugging the code when I click on the button, but I ...
3
votes
0answers
95 views

Can I take a heapshot of my app already running on my device?

I really really want to view the heap associated with my app that has been running on my device for several days. I do NOT want to quit and relaunch the app from Xcode or Instruments. I have tried ...