Skip to content

Commit

Permalink
added tip about ruby-debug needing a different gem if using 1.9 [#190
Browse files Browse the repository at this point in the history
…state:resolved]
  • Loading branch information
robzolkos authored and fxn committed Oct 30, 2010
1 parent c95f155 commit b5efa8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/guides/source/debugging_rails_applications.textile
Expand Up @@ -225,6 +225,8 @@ The debugger used by Rails, +ruby-debug+, comes as a gem. To install it, just ru
$ sudo gem install ruby-debug
</shell>

TIP: If you are using Ruby 1.9, you can install a compatible version of +ruby-debug+ by running +sudo gem install ruby-debug19+

In case you want to download a particular version or get the source code, refer to the "project's page on rubyforge":http://rubyforge.org/projects/ruby-debug/.

Rails has had built-in support for ruby-debug since Rails 2.0. Inside any Rails application you can invoke the debugger by calling the +debugger+ method.
Expand Down

0 comments on commit b5efa8f

Please sign in to comment.