You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
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.
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