There are a lot of great features for debugging PowerShell withing VSCode. And if you're like me.... you never use them....
Let's change that today. I've made it my goal this year to be better and more consistent with how I debug my code and handle errors in my scripts.
In this session, we're going to explore how errors are surfaced in PowerShell and how to handle those errors responsibly. We will also dive into using the debugger in VSCode to step through some PowerShell code to identify the potential sources of our errors.