views:

28

answers:

0

Hi all,

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 getting 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.