Is it somehow me or is debugging Powershell spectacularly temperamental? I manage to hang the debugger or crash it with astounding frequency.
In VS Code it’s not too uncommon to somehow get it in a weird state where it’s seemingly skipping lines / breakpoints or just flat out not populating a variable’s info. Even restarting the PS instance doesn’t always work and the only solution I’ve come to is to restart the entire IDE at that point.
This happens on 2 separate machines.
submitted by /u/aleques-itj
[link] [comments]
The post Debugging appeared first on How to Code .NET.