In the last service release v4.2.86 we introduced some new enhancements to help improve your debugging experience.
New Variables Panel Context Menu
We added a new context menu to the Variables Panel that allows you to:
- Add To Watch – Adds the selected variable to the Watch Panel.
- Query in Debug Console – Runs the variable in the Debug Console, so that you can inspect the variable. If you select a property, then the variable’s property will be queried in the Debug Console.
- Copy – Copies the cell contents to the clipboard.
New Watch Panel Context Menu
We also added a context menu to the Watch Panel that allows you to:
- Copy – Copies the cell contents to the clipboard.
- Select All– Selects all the watch variables.
- Query in Debug Console – Runs the watch expression in the Debug Console.
- Remove Watch Item – Removes the select expression from the Watch Panel.
- Remove All – Removes all the expressions from the Watch Panel.
Adding Watch Expression via Editor
You can now use the editor’s context menu to add variables to the Watch Panel.
If you use the “Add To Watch” command on a property or method of a variable, it will include the whole statement.
You can also use the new “Run Selection in Debug Console” command via the editor’s context menu to run the selection in the Debug Console.
Debug Console
Submitted commands are now displayed in the output window of the Debug Console:
We hope that these enhancements will help improve your debugging experience.
If you have any suggestions or feature requests, please share them with us on our Wish List and Feature Requests forum.
RT @SAPIENTech: PowerShell Studio 2015: Enhancements for Debugging: In the last service release v4.2.86 we introduced some new … https://…