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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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