XcodeColors icon indicating copy to clipboard operation
XcodeColors copied to clipboard

Is there any way to use colors in lldb?

Open zyqhi opened this issue 7 years ago • 1 comments

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?

zyqhi avatar Jul 29 '17 05:07 zyqhi