iOS Debug 相关资源汇总

内存管理:

ARC:

了解各种变量修饰符, __strong, __weak等 及属性修饰符(注意,weak 和 assgin 的区别)

http://clang.llvm.org/docs/AutomaticReferenceCounting.html#id67 (这个为官方的详细文档)

http://www.yifeiyang.net/development-of-the-iphone-simply-7/

http://blog.csdn.net/nicktang/article/details/6792972

http://www.onevcat.com/2012/06/arc-hand-by-hand/

BLOCK:

http://www.cnblogs.com/studentdeng/archive/2012/02/03/2336863.html

 

 

工具的使用:

iOS指南系列:如何解决奔溃问题

(这系列文章将的比较详细,包括了EXC_BAD_ACCESS和EXC_CRASH 崩溃的原因以及分析方法)

http://www.yifeiyang.net/iphone-development-skills-of-debugging-articles-3-crash-after-debugging-skills-program/

NSZombieEnabledhttp://blog.csdn.net/likendsl/article/details/7566305

善于利用sDYM文件:

https://developer.apple.com/library/ios/#technotes/tn2008/tn2151.html (Understanding and Analyzing iOS Application Crash Reports)

http://blog.csdn.net/yan8024/article/details/8186774 (检查app与sDYM是否匹配)

Instruments 教程

 

最后:

附上 http://www.raywenderlich.com/tutorials 这个网站上有很多iOS 开发的 入门指南

posted @ 2013-02-24 10:28  l0n6v2G0  阅读(177)  评论(0编辑  收藏  举报