Debugging Rails

From Expertiza_Wiki
Revision as of 16:06, 21 April 2013 by Ajkofink (talk | contribs)
Jump to navigation Jump to search

Getting Started

You can use rdebug for debugging Expertiza. The gem is already installed for you when you run bundle install.
To start debugging, you can run rdebug script/server from the Expertiza working directory.

Using Rdebug

You can ask rdebug for help by typing help in the rdb console.

(rdb:1) help

Sources