XcodeColors icon indicating copy to clipboard operation
XcodeColors copied to clipboard

XcodeColors allows you to use colors in the Xcode debugging console. It's designed to aid in the debugging process.

Results 20 XcodeColors issues
Sort by recently updated
recently updated
newest added

xcode13 do not work , but target can build success 2021-12-15 10:13:29.503473+0800 TestXcodeColors[6030:87689] After building the XcodeColors plugin for the first time, you MUST RESTART XCODE. 2021-12-15 10:13:29.503525+0800 TestXcodeColors[6030:87689] If...

Log contents in source code will be colorized when using NSLog surrounded with color options, but when debug in lldb with following command: ``` po NSLog(@"\xC2\xA0[" @"fg0,0,255;" @"hello" @";") ```...

http://openradar.appspot.com/radar?id=4934039337172992 Thanks a lot Apple.

Any chance this could be translated into a Xcode Editor Extension for Xcode8?

I found there are some `g204,121,32;` be copied when I copy the strings from xcode console. I think it is the color code which some invisible strings. How to remove...

After Updating to Xcode 7.2, this is not working anymore

For my project, I need to have support of standard ANSI escape codes rendering in Xcode (see http://en.wikipedia.org/wiki/ANSI_escape_code). There was a pull request #12 from mkeiser on June 2014 but...