2

Is there any way to stop the execution EVERY time the app enter in one of my classes?

The equivalent would be to put a breakpoint in every single entry point of my class (for ex. viewDidLoad, viewDidAppear...) Sometimes I just need to capture every time my class is called, and I dont know which one is the entry point, so I was obliged to put a breakpoint in every entry point.

Is there any way to automatize this?

Antonio MG
  • 20,382
  • 3
  • 43
  • 62

1 Answers1

2

Don't know about a class but maybe this can help you. Setting the breakpoint on a file.

Community
  • 1
  • 1
fbernardo
  • 10,016
  • 3
  • 33
  • 46