forked from DeepIT/XcodeColors
-
Notifications
You must be signed in to change notification settings - Fork 268
Home
Robbie Hanson edited this page Feb 5, 2014
·
11 revisions
XcodeColors allows you to use colors in the Xcode debugging console.
It's designed to aid in the debugging process. For example:
- Make error messages stand out by printing them out in red.
- Use different colors for logically separate parts of your code.
You're not limited to a restricted color palate.
You can specify, in your source code, the exact RGB values you'd like to use.
You can specify foreground and/or background color(s).
XcodeColors is a simple plugin for Xcode 3, 4 & 5.
Get started by reading the README.
Did you upgrade to version X.Y of Xcode, and XcodeColors stopped working ?!?
Don't worrry. There's a fix for that.
Check out the XcodeUpdates page for instructions.