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

2013-05-06 Thread thil
Thanks to everyone for your reply. Just to know have anyone tried to setup debug environment in IDE like aptana or eclipse. Thanks Senthil -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receivi

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

2013-05-06 Thread Aydar Omurbekov
just use Rubymine ide for debugging, its pretty easy On Monday, May 6, 2013 12:16:28 PM UTC+6, thil wrote: > > > 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 ! > >

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

2013-05-06 Thread Javix
You can also use pry-rails: https://github.com/rweng/pry-rails On Monday, 6 May 2013 08:16:28 UTC+2, thil wrote: > > > 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