Reg : How to Setup debugger in ruby for Rails project.

Hi all,

Have any one setup Ruby debugger for Rails application

So that you can use break point and watchers to debug like firebug for javaScripts.

Thanks in advance !

Senthil

There’s this thing called googling. You should try it sometime.

first result: http://guides.rubyonrails.org/debugging_rails_applications.html

You can also use pry-rails: https://github.com/rweng/pry-rails

Thanks to everyone for your reply. Just to know have anyone tried to setup debug environment in IDE like aptana or eclipse.

Thanks Senthil