How to add a breakpoint to objc_exception_throw?

后端 未结 4 1402
予麋鹿
予麋鹿 2020-11-22 08:55

this was the answer from the brad larson on this SO question

If you add two breakpoints, you should be able to debug these exceptions. To do this, go to Run | Show |

4条回答
  •  粉色の甜心
    2020-11-22 09:15

    I would also like to recommend adding the +[NSException raise:format:arguments:] breakpoint and its location should be CoreFoundation.

提交回复
热议问题