Page 1 of 1

PowerShell Studio: ANSI Color Codes in Debugger

Posted: Sun Oct 15, 2017 3:15 pm
by aip1000
Does PowerShell Studio support ANSI color codes in the Debugger?

Re: PowerShell Studio: ANSI Color Codes in Debugger

Posted: Sun Oct 15, 2017 3:28 pm
by Alexander Riedel
I am not sure I understand what you mean.

Re: PowerShell Studio: ANSI Color Codes in Debugger

Posted: Sun Oct 15, 2017 4:13 pm
by aip1000
Hi Alexander,

I'm wondering if the Debug Panel supports Color Output.

For example, if you execute the following command in the Console Panel, or in a terminal, the text is displayed in blue:

Code: Select all

Write-Host "Blue Text" -Foreground Blue
.

Re: PowerShell Studio: ANSI Color Codes in Debugger

Posted: Sun Oct 15, 2017 5:18 pm
by Alexander Riedel
Not at the moment. But I suppose it should. I will file a feature request. We already support that in the Windows App host, so it should not be too much of a problem.