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?