如何在XCode调试器中禁用日期? [英] How do I disable the dates in the XCode debugger?

查看:104
本文介绍了如何在XCode调试器中禁用日期?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Xcode中,调试器列出每条输出行旁边的日期。我真的想减少调试器中的视觉噪音的数量,那么如何禁止显示日期?

In Xcode, the debugger lists the date next to each outputted line. I really want to reduce the amount of visual "noise" in the debugger, so how can I disable the dates from showing?

推荐答案

您可以使用 printf()而不是 NSLog(),但它有点棘手。
取自这里,在这里您可以找到更多信息。

You can use printf() instead of NSLog(), but its a bit tricky. Taken from here, where you can find more info on this.

这篇关于如何在XCode调试器中禁用日期?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆