[ad_1]
I’m using Visual Studio Code to debug a Powershell script. I have a Hashtable object called $SCRIPT:studentInfo. When I add a Watch for this Hashtable in the Debugger, I find that the Watch doesn’t display any useful information.
Is there any efficient method to get useful information about the entire contents of a Hashtable while I am debugging?
Thank you.
[ad_2]