如何在 Xcode3 中查看控制台而不切换到 Debug 视图?
我知道您可以在底部的调试视图中看到控制台,但我也想在项目视图中看到它。
感谢您的帮助!
I know you can see the console in debug view at the bottom, but I want to see it in the project view as well.
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全符合您的要求,但您可以在启动调试会话时让 Xcode 自动显示调试器控制台,方法是转到 Xcode 首选项的“调试”部分,并将 On Start 弹出窗口的值设置为显示控制台。
Not exactly what you asked for, but you can make Xcode show the debugger console automatically when you start a debug session by going to the Debugging section of the Xcode preferences and setting the value of the On Start popup to Show Console.