Repro steps 1. Open a .ps1 file and set breakpoints using `Set-PSBreakpoint -Script <script> -Line <##>` 2. Run the script from the console by invoking with its script name 3. PowerShell hits the breakpoint, session crashes and prompts to restart