Any support remote debugging over ssh?

I love the bash debugger, but AFAICT it only works on the local machine.

Is this available over ssh?

Use case:
Copy a script to a remote machine and step through it.

Remote debugging isn‘t possible yet.
This should be possible to implement with JetBrains‘ new feature called „run targets“. Run targets | IntelliJ IDEA

Does this sound like the right way to do it?

Remote debugging is on the roadmap, but I can‘t promise yet that it‘s going to be 3.0 (2.0 will be out next week)

Joachim

An early EAP of BashSupport Pro 3.0 with support for remote debugging and execution is now available. You can find instructions at https://github.com/BashSupport-Pro/bashsupport-pro/issues/93#issuecomment-1013213396

Last week, version 3.0 with support for remote debugging over SSH was released: New Features and Changes of BashSupport Pro 3.0 – BashSupport Pro