Simple question: how do I get line number for error in XCode (v 4.2)?
I've searched around for various solutions - have added an exception breakpoint and have tried the suggestion here: xcode-4-2-debug-doesnt-symbolicate-stack-call (which didn't seem to do anything).
This is what I get. It's not that helpful since I know (in this case) the method that is throwing the error. I just want to know the specific line. I am resorting to printf statements before and after suspected lines - and that sort of hack is no way to program.