Reset all selected objects

I am looking for a way to print all selected objects when I get

applicationDidReceiveMemoryWarning

Is there any way to see which objects are in memory. System-api-call, structure, something really.

I know Clang and debugging with code verification, but I'm looking for a way to see at runtime why I have a memory leak.

Suggestions?

Thank:)

+3
source share
3 answers

Use the Tool Distribution tool. You can move around and see all the living objects.

+2
source

You can use the tool-> leak tool to see where you have the leak. This is pretty accurate, and you can see where you selected the object.

+1
source

, , . , "" . , .

-1

Source: https://habr.com/ru/post/1795345/


All Articles