Debugging in Xcode (cocoa touch) -
I get this error when I run my iPhone app
2009-12-05 21: 32: 06.711 iTour [75 9: 207] *** An app that eliminates' NSR expansion 'due to the exception of no exceptions:' *** - [NSCFRAA ObjectTitx:]: Index (1) Beyond the Border 1) '
According to Xcode's debugging practice, I have no line numbers or clues from where to start, because I have too many arrays in my app May include ... and stack trace only lot number ....
Why not Xcode VS Like to give the line number?
Any idea where this line of code is or where to start?
Thanks
You do not get a line number because the program is no exception Cause died
If you can reproduce the issue, you can either set a breakpoint at [code> - [NSException], an exception was thrown, before being caught by the default exception handler Several frames were passed. Raise] or objc_exception_throw
(especially, add them to the symbolic breakpoint list).
Given that the index is 1, then you should help in narrowing it to 0 or 1 item in it too.
Comments
Post a Comment