About xcode console text color and background

守給你的承諾、 提交于 2019-12-19 04:24:38

问题


Cannot change text color of xcode color output despite trying to use the "xcode preference" dialogue box. Please help ...

The above is a screen shot of the preference dialogue window. Somehow, the option for changing the console output does not seem to be showing up.


回答1:


Under Debugging >> Fonts & Colors you can set fonts the following way;:

1. Debugger Console Prompt = the color text prompt when breakpointing

2. Debugger Console Input = the color of typed text when breakpointing

3. Executable Standard Output = most of the debug text, you can change the foreground color. This accounts for most of the debugger output text.

There doesn't seem to be a way to change the background color, but you may have more luck with Xcode 4 themes instead of 3.2.x

Here's the working output (minus some redacted info):



来源:https://stackoverflow.com/questions/6260226/about-xcode-console-text-color-and-background

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!