Debugging Jruby applications in Rubymine

Is there a way to debug Jruby applications in Rubymine. 

 

1
Avatar
Permanently deleted user

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.

1

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

0

请先登录再写评论。