Debugging Rails

From Expertiza_Wiki
Revision as of 16:05, 21 April 2013 by Ajkofink (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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