Monday 28 December 2020

How to Debug a PowerShell Script


Any script development usually requires troubleshooting which usually results in one of two approaches. Either manually setting variables to values and outputting that data when running the script, or utilizing debugging to set breakpoints to inspect data before continuing or aborting. Built-in to PowerShell ISE and to Visual Studio Code is the ability to perform debugging.

Read This Article on CloudSavvy IT ›



from How-To Geek https://ift.tt/3mYsV5T

No comments:

Post a Comment