Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way color-code the iPhone Debugger Console display in Xcode?

I observed Android programmers using LogCat to see colored Debugger Console output. It looks like you can have different classes do their debug output in different colors. Is this possible when developing for iPhone?

like image 884
Elliot Avatar asked Nov 05 '22 11:11

Elliot


1 Answers

Here's a fork of the XcodeColors plug-in suggested above that works great in XCode 4.2 and has a custom format that's easier to use than the ANSI color-codes, and supports any color.

https://github.com/robbiehanson/XcodeColors

like image 94
Stu Avatar answered Nov 12 '22 17:11

Stu