xcode - How NSZombie works when it finds error on iPhone SDK -


if set on nszombie, tells me i'm releasing object released , gives me memory address, helpful... can't see object it's... because app stopped working...

any help?

thank you

you looking for: malloc_history

http://www.friday.com/bbum/2010/01/10/using-malloc-to-debug-memory-misuse-in-cocoa/


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -