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
Debugging support was dropped in 0.7.0 of the plugin via #292 due to lack of ability to reliably install ruby-debug-ide and debase across various OSes and Ruby versions 3.0+ while building native extensions from Ruby source. The last versions these gems seem to reliably install on across OSes is Ruby 2.7.
Due to low awareness of how frequently the debugging support for Ruby is used, it has been dropped.
Debugging support was dropped in
0.7.0
of the plugin via #292 due to lack of ability to reliably installruby-debug-ide
anddebase
across various OSes and Ruby versions3.0
+ while building native extensions from Ruby source. The last versions these gems seem to reliably install on across OSes is Ruby2.7
.Due to low awareness of how frequently the debugging support for Ruby is used, it has been dropped.
To add it back it would probably be required to
gauge
's IDE support (and possibly rdbg for VSCode?)The text was updated successfully, but these errors were encountered: