Created
January 20, 2010 01:33
-
-
Save sgharms/281500 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo gem search debug | |
*** LOCAL GEMS *** | |
ruby-debug (0.10.3) | |
ruby-debug-base (0.10.3) | |
ruby-debug-ide (0.4.9) | |
$ script/server -u | |
=> Booting Mongrel | |
=> Rails 2.3.5 application starting on http://0.0.0.0:3000 | |
You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug' | |
Huh? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment