ant-druha / intellij-powershell

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

New Feature Request: Support for Debugging #180

Closed moossenm closed 11 months ago

moossenm commented 11 months ago

Hi,

I am just wondering why there is no support for debugging Powershell-Scripts. Or is there anything special to configure? Google did help with this. I am wondering that nobody else seems to miss the debugging feature... I am using meanwhile Microsoft Visual Studio Code for PS bebugging.

many thanks Michael

ForNeVeR commented 11 months ago

I am just wondering why there is no support for debugging Powershell-Scripts.

The only reason is that debugger implementation is challenging, and thus the debugger wasn't implemented in the plugin so far. There are plans to implement it (I would like to tackle it eventually).

Closing as duplicate as #19.

I've also updated the title of that issue, for people to more easily find it.