摘要:
Instruments工具激活时,可用XCODE ATTACH TO PROCESS注入调试.查看向已dealloc的对象发送消息的地址对应的对象. 阅读全文
posted @ 2011-12-06 11:53
暧鹅
阅读(200)
评论(0)
推荐(0)
摘要:
When your iPhone app crashes with ‘BAD ACCESS’ you’re in trouble – a memory bug where you tried to call a method on a object that was already deleted. Instruments has support for NSZombie – a feature that makes it easy to find the source of the bug by showing you a full history of every alloc, retai 阅读全文
posted @ 2011-12-06 11:30
暧鹅
阅读(237)
评论(0)
推荐(0)