博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xcode获取更多崩溃调试信息
阅读量:4129 次
发布时间:2019-05-25

本文共 254 字,大约阅读时间需要 1 分钟。

To find the source of the problem, in XCode go to Product > Scheme > Edit Scheme, and under Diagnostics tab enable all the Malloc settings and Guard Malloc. 

With that, run your application again, and XCode will stop at the line causing the problem.

Scheme definition

1

参考:

转载地址:http://tifvi.baihongyu.com/

你可能感兴趣的文章
jQuery-遍历
查看>>
CSS代码中-webkit,-moz,-o,-ms含义
查看>>
Javascript异步编程的4种方法
查看>>
jQuery的deferred对象详解
查看>>
jQuery Deferred对象
查看>>
javascript DOM选择器querySelector
查看>>
jQuery Mobile orientationchange 事件
查看>>
DOMContentLoaded事件
查看>>
animationend 事件
查看>>
CSS 动画的 steps()
查看>>
HTML <figure> 标签
查看>>
html5<canvas>画图
查看>>
CSS布局-负边距
查看>>
word-wrap和word-break的区别
查看>>
CSS outline属性以及和border属性的区别
查看>>
CSS重设(reset)方法总结
查看>>
Canvas 最佳实践(性能篇)
查看>>
JavaScript事件委托的技术原理
查看>>
jQuery 事件委托
查看>>
CSS预处理器
查看>>