XcodeColors Overview
An Xcode plugin that allows you to use colours in the Xcode debugging console. XcodeColors really helps with debugging by letting you make error messages stand out by printing them out in red, or logically separate parts output from your code by logging in different colours. There is no limit to the colours you can use - you can specify any RGB value in your source code for foreground and/or background colours. XcodeColors defines a handful of macros that you wrap around your NSLogs to print in your desired colour, or you can define your own macros to automatically log in different colours.