Is your feature request related to a problem? Please describe.
One thing that Script Studio still has advantage over is the ability to launch a debugging session. Adding this feature to WIDE would make it feature-complete.
Describe the solution you'd like
Implement a Debug Adapter for WitcherScript and integrate it into for WIDE. To create the adapter Rusty Witcher 3 Debugger client library can be used after debug messages get reverse-engineered.
https://microsoft.github.io/debug-adapter-protocol/
SpontanCombust/rusty_witcher_debugger#8