Debugging app crashes with iOS Simulator & XCode 4 halts in main() function, not crash source [duplicate]

不问归期 提交于 2019-12-04 07:27:08

Go to the breakpoints panel, and add the bottom left, click the + sign and add an "Exception breakpoint".

Exceptions : All
Break : On throw.

That should solve the problem in most cases.

Tim

Adding an Exception breakpoint in Breakpoint Navigator per this question's accepted answer - Xcode 4.2 debug doesn't symbolicate stack call - fixes the issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!