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.
source share