2013-04-25

Viewing NSException reason when "All Exceptions" breakpoint set in Xcode.

I have not memorized this yet. HumbleBee blog is the first to explain it to me accurately.

In short:

  1. Click on objc_execption_throw frame.
  2. po $eax on simulator.
  3. po $r0 on device.

No comments:

Post a Comment