You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodeLLDB Users
I'm debugging rust code on vsconde/linux and I wonder how could I setup colored output. I'm not sure if CodeLLDB is suppressing ANSI color codes or any configuration has switched of it's interpretation. Can anyone help me solving this issue?
Vadim
unread,
Nov 29, 2020, 3:07:56 AM11/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodeLLDB Users
Depends on how your app determines whether it is attached to a terminal. isatty() should work, but opening /dev/tty will not.