Closed
Description
Desired behavior:
- Open a .ps1 file and set breakpoints using
Set-PSBreakpoint -Script <script> -Line <##>
- Run the script from the console by invoking with its script name
- PowerShell hits the breakpoint, activates VS Code's debugger, then shows the breakpoint hit at that line
This should also work for command and variable breakpoints.