PyCharm debugger console ANSI escape sequences
问题 PyChar 3.4.1 debugger console appears to support some ANSI escape sequences but not all. Is there a way to find out what is or isn't supported? I noticed that setting a text color like red '\033[31m' works but not the reset/normal/endc '\033[0m' code. I could set it to black but then I can't see the text on my black terminal window when I run the program from bash. Also, I noted that stdin under the debugger returns False for sys.stdin.isatty() 回答1: You can find the code used by PyCharm for