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:

just use Rubymine ide for debugging, its pretty easy

You can also use pry-rails: GitHub - pry/pry-rails: Rails >= 3 pry initializer

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

Thanks
Senthil