DebugPx icon indicating copy to clipboard operation
DebugPx copied to clipboard

PowerShell Debugging Toolkit (feat. the breakpoint and ifdebug commands)

Results 3 DebugPx issues
Sort by recently updated
recently updated
newest added

I've enjoyed using this module, and it's worked very well for me so far. I haven't figured how to actually navigate through the program using the `breakpoint` command; the only...

This looks really interesting, though I'm curious how you would prevent breakpoint lines from being checked into production code? It seems I'd have to be extra diligent, or run some...

Last time I used this, I set a breakpoint on a codeblock that was called many times. After I got enough information that I needed, I noticed that I could...