I use PowerGUI to edit my script. In Visual Studio, I can add command line argument from project properties. However, I cannot find a way to set parameters to the UI to debug my codes with specified $args.
For example, I set one debug point in PowerGUI, first line of my start code. Then I try to start my script from UI's panel "PowerShell Console" with some parameters(which is one way I guess I can pass my parameters to run my scripts). The script runs without stopping in my debug points. Any way available in PowerGUI?