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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -