SUPPORT THE SITE WITH A CLICK

Subscribe Rss:

SUPPORT THE SITE WITH A CLICK

Wednesday, May 21, 2008

Installing ruby debugger in rails 2.0.2

The old Rails have something called the Breakpointer. But no one used it seriously because it was not well implemented. A few months ago another player came into the party and that’s ruby-debug. It is so good that Rails now incorporates hooks for it.

install the gem

sudo gem install ruby-debug



Now restart ur server ./script/server -u

No comments :

Post a Comment