robbiehanson / XcodeColors

XcodeColors allows you to use colors in the Xcode debugging console. It's designed to aid in the debugging process.
2.23k stars 268 forks source link

Is there any way to use colors in lldb? #90

Open zyqhi opened 7 years ago

zyqhi commented 7 years ago

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" @";")

The text hello won't be colorized, is there any way to colorize the output?

timotheecour commented 5 years ago

[40200 – color prompt causes wrong indentation of cmds (with settings set prompt "\033[31m(lldb)\033[0m ")](https://bugs.llvm.org/show_bug.cgi?id=40200)