How do I see every method called when I run my application in the iPhone Simulator?

前端 未结 3 435
天涯浪人
天涯浪人 2020-12-28 10:39

I would really like to see every method, delegate, notification, etc. which is called / sent while I run my app in the iPhone Simulator. I thought the righ

3条回答
  •  天命终不由人
    2020-12-28 11:15

    If you put a breakpoint into your app, you can watch the call stack change while you step through the code. That's probably as close as you're going to come to what you have in mind.

提交回复
热议问题