We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
hello
The text was updated successfully, but these errors were encountered:
40200 – color prompt causes wrong indentation of cmds (with settings set prompt "\033[31m(lldb)\033[0m ")
settings set prompt "\033[31m(lldb)\033[0m "
Sorry, something went wrong.
No branches or pull requests
Log contents in source code will be colorized when using NSLog surrounded with color options, but when debug in lldb with following command:
The text
hello
won't be colorized, is there any way to colorize the output?The text was updated successfully, but these errors were encountered: