When I set NSZombieEnabled = Yes nothing is written to the console. How can I fix this? Or can you advise me any other tools for an EXC_BAD_ACCESS?
i don't understand how the answer to this question really answers the question..
i am asking myself the same thing. using xcode4 i have enabled NSZobmieEnabled = YES to halt when i access an object that has been released, instead of crashing with EXC_BAD_ACCESS - which is very helpful.
the question at hand was:
"When I set NSZombieEnabled = Yes nothing is written to the console. How can I fix this...".
simple and straight forward.
i am experiencing the same issue. xcode halts with the debugger but the console does not produce any message. i would expect something along the lines of:
"message sent to deallocated instance...".