码迷,mamicode.com
首页 > 数据库 > 详细

message sent to deallocated instance EXC_BAD_ACCESS 获取更多调试信息

时间:2015-09-11 19:14:52      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

设置环境变量:

技术分享
技术分享

 

 

 

只在DEBUG版本设置,自己调试使用,设置这两个参数则内存是不会释放掉的。

当出现message sent to deallocated instance EXC_BAD_ACCESS,会在xcode console打印出类似的日志:

 

2015-09-09 12:00:54.073 TrialTest[71354:3044411] *** -[ZNNullDelegateViewController retain]: message sent to deallocated instance 0x7b857d20

 

在Mac terminal当中输入如下命令可以得到格式化的输出:

malloc_history 71354 0x7b857d20 | sed -e  $‘s/|/\\\n/g‘ 

message sent to deallocated instance EXC_BAD_ACCESS 获取更多调试信息

标签:

原文地址:http://www.cnblogs.com/gabrialrx/p/4801489.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!