Debugging Jruby applications in Rubymine Permanently deleted user 创建于 2016年04月11日 11:19 Is there a way to debug Jruby applications in Rubymine.
Just to make it more clear, when using the JRuby debugger, one would naturally want to step from their Ruby code, to their Java code, and back. But currently we can't. Is there a work around for this situation.
Hello,
sorry for the delay. In this case you'll need to use IntelliJ IDEA where you can specify Java modules and corresponding facets for them:
https://www.jetbrains.com/help/idea/2016.1/module.html
https://www.jetbrains.com/help/idea/2016.1/facet.html