Debugging Rails: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "You can use rdebug for debugging Expertiza. The gem is already installed for you when you run <code>bundle install</code>.<br /> To start debugging, you can run <code>rdebug scri...")
(No difference)

Revision as of 16:05, 21 April 2013

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.

Sources