ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
72 stars 20 forks source link

Mark breakpoints as "verified" (green check mark) #309

Closed ForNeVeR closed 2 weeks ago

ForNeVeR commented 2 weeks ago

Currently, any breakpoint in IntelliJ PowerShell is shown as this: image

While debugging, a "verified" breakpoint should have a green check mark next to it. The debugger adapter protocol provides this information, we just don't use it currently.