我可以在Xcode 4中禁用调试器吗? [英] Can I disable the debugger in Xcode 4?

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

问题描述

我不想使用调试器(gdb),虽然我想从我的应用程序(从stdout和stderr)获取输出。

I would like to not use the debugger (gdb), though I want to get output from my application (from stdout and stderr).

我发现我不要使用它,我总是使用 NSLog (或者,对于C printf 和C ++ std

I find that I never use it, I always use NSLog (or, for C printf and for C++ std::cout).

如何禁用调试器(即使在调试配置中)?

How can I disable the debugger (even in the debug configuration)?

推荐答案

下一步运行和停止 - 点击Scheme区域,选择编辑方案 - 然后在构建配置选择版本。

Next to run and stop - click on the Scheme area, select edit scheme - then on build configuration select release.

不知道你的意思。

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

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