How to debug ruby tests in Eclipse/Aptana Studio?
问题 is there a way to debug all/single tests in Aptana Studio / Eclipse? ruby-debug19 & ruby-debug-ide are installed and I'm able to set breakpoints and debug my development environment, e.g. in a controller's index method. If I go to http://localhost:3000/controler_name eclipse opens debugging perspective and halts. But how to do that with tests / rspec tests? Thanks in advance. 回答1: For a normal ruby file, right click on it and select Debug As > Ruby application . If your test is a rails one