Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

PrimalScript’s PowerShell Debugger variables window shows the actual .NET type of the underlying variable in a separate column.

variables window shows the actual .NET type of the underlying variable

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.

array data

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.

hashtables in your code

 

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.
Copyright © 2024 SAPIEN Technologies, Inc.