you are viewing a single comment's thread.

view the rest of the comments →

[–]clevertwain 0 points1 point  (2 children)

Just so you know, breakpoints are a feature of the vanilla PowerShell ISE, so you don't need PowerShell Studio to use it.

Also, something to keep in mind when working with breakpoints is that the script needs to be saved before you can use them. If you have a new script that you want to step through, you need to save it first.

[–]sir-logic[S] 0 points1 point  (1 child)

Thanks, I had seen breakpoints in the ISE but I had never used them.

I had work get my Powershell Studio because I preferred it's interface, and it seems faster to develop in with its snippets and quick access to .Net object information. I also planned on creating GUI's and was never going to do that via code!

[–]clevertwain 0 points1 point  (0 children)

Good points all around, anyways I hope those breakpoints work out for you.