ANSI escape code support in Debug Output

Feature Idea: Make Debug Output Console interpret ANSI escape codes (see: https://en.wikipedia.org/wiki/ANSI_escape_code)

Background: Within Perl I use logging with ANSI escape code support to colorize my different logging levels. During perl development the logging output is displayed within Debug Output Tab - without colorization - but with displaying the ASCII codes instead … (for example:

e[32m2017/07/05 08:08:27 [INFO ] [main] blablabla e[0m