No matter how carefully you lay out your plans and craft your code, you will always find situations where you need to hunt for a bug. It can be a simple logic flaw, an ill-placed copy and paste of code…
Read More
On our PowerShell community forums, we have recently received questions asking if it is possible to store PowerShell variables in external files, and if so, how is it done. It is indeed possible to store variables in external files for…
Read More
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…
Read More
PrimalScript 2104’s PowerShell Debugger has received a minor update with build 7.0.44.
The variables window now shows the actual .NET type of the underlying variable in a separate column.
In addition to that you can also see array data. If…
Read More
In the online PowerShell class I’ve been doing this week we’ve been discussing error handling. I explained that the built-in $error variable is an array that stores recent PowerShell exceptions. Here’s a quick list of fun things you can do…
Read More