In my application, I'm trying to cache data for which I'm saving all the objects in sqlite database in applicationWillTerminate call. This method is get开发者_如何学Cting called whenever I'm pressing home button on simulator, but I want to debug the code inside the method, is it possible?
Or else I'll debug the code somewhere else and use it here.
Thanx in advance.
精彩评论