March 21, 2011
Posted by roadburn
Debugging script/runner
If you need to debug script/runner
1 2 | $ sudo gem install ruby-debug $ rdebug script/runner script.rb |
References
http://cheat.errtheblog.com/s/rdebug/
March 21, 2011
Posted by roadburn
If you need to debug script/runner
1 2 | $ sudo gem install ruby-debug $ rdebug script/runner script.rb |
References
http://cheat.errtheblog.com/s/rdebug/
Posted Under Rails