Page 1 of 1

Powershell Studio - Limit variables window contents

Posted: Thu Dec 03, 2015 4:43 am
by DaveRichards
Which debugging i find that i often have to repeatedly scroll the variables window (which i have moved to my second monitor) to find particular variable contents.

I would be useful to have a toggle that allows the default variables to be hidden so that only those that your script creates or that are being changed are highlighted.

This would help not having to create a big Watch list.

Re: Powershell Studio - Limit variables window contents

Posted: Thu Dec 03, 2015 9:24 am
by davidc
Thank you for the feedback. When it comes to variables, PowerShell doesn't distinguish variables created by PowerShell and those created by the script, but I will add the request to the wish list and see what we can do.

David