PowerShell 5.0 Preview
As you might know, PowerShell 5.0 Preview is available and comes with vast debugging improvements. One is to be able to debug into any running script. So you do not have to set breakpoints in advance. Instead, once you press CTRL+B, the debugger will halt the currently running script at the next possible moment.