0

I followed http://blog.manbolo.com/2012/01/23/xcode-tips-1-break-on-exceptions this link to set up break point in my app,but still it shows me thread and process, I can not find the exact line of code where exception arises.I am using xcode 4.5 and my device is having ios5.0,Please help me out. /Users/administrator/Desktop/Screen Shot 2013-01-17 at 12.33.42 PM.png

4

1 に答える 1

0

In the breakpoint navigator at the bottom hit + and select exception breakpoint. This will pause the program at the line of code that crashes

于 2013-01-17T07:42:51.117 に答える