PrimalScript: PowerShell Debugger enhancements
- Details
- Written by Alexander Riedel
- Last Updated: 19 April 2016
- Created: 18 August 2014
- Hits: 12574
PrimalScript’s PowerShell Debugger variables window shows the actual .NET type of the underlying variable in a separate column.
In addition to that you can also see array data. If you look closely at the screenshot above you see a “[... Click to see array values ...]” for the variable called “myArray”.
Clicking on that will retrieve the first 20 items in this array.
It only retrieves a maximum of 20 items for performance reasons and because this particular way of displaying the array data does not lend itself to large data sets.
If you use hashtables in your code, as shown below, you will also be able to see the underlying data in the variables window.
If you have questions about our products, please post in our support forum.
For licensed customers, use the forum associated with your product in our Product Support Forums for Registered Customers.
For users of trial versions, please post in our Former and Future Customers - Questions forum.
For licensed customers, use the forum associated with your product in our Product Support Forums for Registered Customers.
For users of trial versions, please post in our Former and Future Customers - Questions forum.