ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

Specify debase as a dependency. #243

Open romanbsd opened 1 month ago

romanbsd commented 1 month ago

Fixes https://github.com/ruby-debug/ruby-debug-ide/issues/242

hurricup commented 1 month ago

debase is just one of possible backends, so we can't use it as a dependency.

romanbsd commented 3 weeks ago

Other backends are obsolete since ruby 2.x as far as I understand. And ruby 2.x is becoming obsolete soon as well.

hurricup commented 3 weeks ago

My point is Jruby

hurricup commented 3 weeks ago

And all the ide of this gem was to wok with any backend. If someone will create one for truffle or smth else, it should work. It is not mri-specific debugger.

romanbsd commented 3 weeks ago

What debugger does JRuby use and how is it currently addressed in ruby-debug-ide ?