PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
622 stars 213 forks source link

Fix several bugs in the debugger #1975

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year ago

This resolves https://github.com/PowerShell/vscode-powershell/issues/4174, https://github.com/PowerShell/vscode-powershell/issues/4314, https://github.com/PowerShell/PowerShellEditorServices/issues/1863 and https://github.com/PowerShell/PowerShellEditorServices/issues/1686.

andyleejordan commented 1 year ago

@JustinGrote I accidentally implemented the same idea you had in https://github.com/PowerShell/PowerShellEditorServices/pull/1688 to fix another bug, so I borrowed your test. Can you pull this branch and give it a whack, see how it does? Things seem good to me.