I'm not sure what I've done, how long it's been like this (as I've been putting up with it for a while)... but I've lost my stack trace in the debugger in Xcode...sort of. Below is a screen shot of what I see when my app crashes:
And in the console I see this:
So I can figure out what went wrong from the console, but I miss the stack trace that I could click on class files and jump to the source of the crash.
Could it be LLDB? Latest Xcode? Something else swallowing my exceptions? Any ideas?