0x2c7 / ruby_jard

Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
https://rubyjard.org/
MIT License
844 stars 28 forks source link

Support for JRuby #60

Open jacaetevha opened 3 years ago

jacaetevha commented 3 years ago

First, thank you for this tool. It's really sweet.

Are you planning to add support for JRuby at all, and if so do you need help in making that happen?

0x2c7 commented 3 years ago

Hi @jacaetevha , my ambition for Ruby Jard is to support both JRuby and Truffle Ruby. It's right in the roadmap. However, to be honest, I didn't have a chance to use JRuby, as well as how JRuby internal debugging utilities. Therefore, it would cost me a more time. I couldn't make a promise how long it will be done either, as I'm working on Jard in my free time. After that, it would be a great if you can help me test the implementation in a real, on-going JRuby applications.

Thanks for raising this issue @jacaetevha.

jacaetevha commented 3 years ago

Thanks @nguyenquangminh0711 . Happy to help in whatever way I can. I have several JRuby and MRI apps on which to test Jard, and one Truffleruby app (currently). Thanks for your efforts.