开发者

Debug applicationWillTerminate method call iphone sdk

开发者 https://www.devze.com 2023-01-06 23:44 出处:网络
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 pressi

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消