I have been searching on how to use breakpoints in Eclipse when running a JRuby on Rails application.

I installed ruby-debug and ruby-debug-ide, but now I don't know how to proceed.

If I put 'debugger' somewhere in my code and start up my WEBrick server with --debugger, then I'm able to use the Ruby debugger with commands like 'step'. But is there a way to use breakpoints and inspect variables?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.