You can add breakpoint before exception is thrown. First go to Breakpoint Navigator (cmd + 6). In the bottom left corner mouse click plus button. OR
You can use Instruments (/Developer/Applications/Instruments) to help detect usage of zombieobjects.
Reference
And When you add breakpoint review the picture will create by Xcode.
You can expand the stack trace using the slider at bottom use step over and over for line by line logs.