I'm not sure what I did, how long it was like this (as I did for a while) ... but I lost the stack trace in the debugger in Xcode ... sort of. Below is a screenshot of what I see when the application crashes:
And on the console, I see this:
So, I can understand what went wrong from the console, but I skipped the stack trace, which I could click on class files and go to the source of the failure.
Could this be LLDB? Latest Xcode? Did something else swallow my exceptions? Any ideas?
source share