Debug applicationWillTerminate iphone sdk call method

In my application, I am trying to cache data for which I save all the objects in the sqlite database in an applicationWillTerminate call. This method gets called when I press the home button on the simulator, but I want to debug the code inside the method, is this possible?

Or else I will debug the code elsewhere and use it here.

Thanx in advance.

+4
source share

Source: https://habr.com/ru/post/1315375/


All Articles