You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do you think the should_use_colors test could be improved
I'm not aware that there's anything smarter we can do there?
What do we think about adding a --log-colors/--no-log-colors command line flag, that explicitly forces the colors on/off, rather than relying on auto-detection?
the colorized formatter in pycharm debugger doesnt work (it displays everything in black) because for the
AccessFormatter
we havethat returns False and same for the
DefaultFormatter
, wherethat returns the same False
In that particular case, the process is ran with pydevd.
I'm not familar with its internals, but a quick look makes me think it redirects stderr/stdout
https://github.com/fabioz/PyDev.Debugger/search?q=isatty&type=Code
do you think the
should_use_colors
test could be improved or that I should raise an issue there ?The text was updated successfully, but these errors were encountered: