How do I get exception details in XCode 4.6?

后端 未结 3 1622
名媛妹妹
名媛妹妹 2020-12-14 04:41

I used to get exception details from apps running in the simulator like so:

po $eax

Ever since I upgraded to XCode 4.6 it\'s stopped workin

3条回答
  •  暖寄归人
    2020-12-14 05:07

    I don't have anything to add, just use this awesome guide that helps you setup exception breakpoint with action (script) that prints exception description in console.

提交回复
热议问题