objective c - Xcode - show the line that threw the exception -
i saw this q&a.
i have exact problem:
"every time app crashes xcode highlights uiapicationmain() call in main() function line caused crash"
i tried selected solution: adding breakpoint - on catch - exceptions.
but still, xcode highlights uiapplicationmain() function.
i using xcode 4.6
what cause it?
you should add exception breakpoint indeed, instead of on catch
select on throw
obviously.
Comments
Post a Comment