Debugging support in the PowerGUI script editor is very nice, however I think it can be improved by adding conditional debugging support. More powerful IDE's have this type of feature like Visual Studio and Eclipse but it would be great to at least have limited support for it in PowerGUI. This is especially help if a script is processing many records from a database, users from AD or what have you and just one or two individual items cause problems. Conditional debugging allows setting a break point based on a condition such as when a variable has a certain value or some other specific criteria. This ability speeds up debugging and makes for an overall improved debugging experience.