Is there a way to debug a JRuby on Rails application running on a Tomcat server in eclipse?
问题 I have a JRuby on Rails application running on Tomcat 7 server. I use Eclipse as IDE. Is there a way to trigger breakpoints in the Ruby code? If not, is there any other way to debug the application? (and I rather not use messages be printed to the console). I suppose that if it doesn't work with Eclpse, it won't work with IntelliJ either. 回答1: The JRuby on Rails application that we are currently developing will ultimately be deployed to a Tomcat server. During development, however, we use the