Is there a way to replace the output console in Xcode or alternatively do highlighting/filtering?

link|improve this question

50% accept rate
1  
The Xcode console is only really intended for testing/debugging etc - what are you trying to achieve, exactly ? – Paul R Jul 5 '10 at 13:40
1  
Clearer output during debugging by filtering or highlighting certain fields or lines – LK. Jul 5 '10 at 17:49
Great question. The Xcode standard debugger is so backwards. I want colors, highlighting, line wrapping. It's a neglected area. – Nick Moore Mar 10 '11 at 9:22
feedback

1 Answer

up vote 1 down vote accepted

Eventually did this.

Redirected to a file and ran tail on it

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.