colin1994 / iOS-Memory-Debug

Breakpoint,Zombie Objects,Address Sanitizer,Instruments,Malloc Stack,Debug Memory Graph,Analyze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS-Memory-Debug

这是我的文章 调试技巧【1】—— 内存 对应的源码。欢迎订阅,配合文章看效果更佳~

顺手给个星星哦~

本文会介绍如何快速定位、解决内存问题的一些技巧,如下:

  • signal SIGABRT,EXC_BAD_ACCESS,Memory Leak 问题
  • Breakpoint,Zombie Objects,Address Sanitizer,Instruments,Malloc Stack,Debug Memory Graph,Analyze 的正确使用姿势

部分截图如下:

About

Breakpoint,Zombie Objects,Address Sanitizer,Instruments,Malloc Stack,Debug Memory Graph,Analyze


Languages

Language:Objective-C 100.0%