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
The `ruby-debug-ide` backend we are using has limitations and some functional issues which aren't likely to be fixed due to the the way it is used in other IDE's.
Replacing this backend will provide better support to the VS Code debug interface.
What this replacement will achieve:
- Support for dropin debugger start up (as per `debug` or `byebug`)
- Better handling of watched variables and REPL requests.
- More responsive variable display (not collapsing on every pause/step).
This is likely to run slower than current debug processing initially, until C++ bindings are built and included in the extension.