How do I find out what exception was thrown in the Xcode debugger (for iPhone)?

前端 未结 4 883
伪装坚强ぢ
伪装坚强ぢ 2020-12-12 14:45

I\'m learning iPhone programming from Erica Sadun\'s The iPhone Developer\'s Cookbook. When I run the app I created by following the steps in the Temperature Conversion Exa

4条回答
  •  春和景丽
    2020-12-12 15:08

    http://ijoshsmith.com/2011/11/28/debugging-exceptions-in-xcode-4-2/

    Same as samewize's solution, but also shows how to make this breakpoint show up by default in all your projects (right click on breakpoint, Move Breakpoint To, User).

提交回复
热议问题