Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Feb 8, 2014
1 parent 2c36f47 commit b0132a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -55,7 +55,9 @@ Most commands are described in rdebug's man page

$ gem install gem-man
$ man rdebug


### Remote Debugging

To debug a separate process remotely (such as unicorn) try:

```ruby
Expand Down Expand Up @@ -130,7 +132,7 @@ Let's keep this working for the ruby community!
debugger commands and more
* [debugger-xml](https://github.com/astashov/debugger-xml) - XML interface for debugger, compatible
with ruby-debug-ide
* [vim-ruby-debugger] - Vim plugin that uses debugger
* [vim-ruby-debugger](https://github.com/astashov/vim-ruby-debugger) - Vim plugin that uses debugger
* [debugger-pry](https://github.com/pry/debugger-pry) - using pry within debugger
* [pry-debugger](https://github.com/nixme/pry-debugger) - using debugger within pry
* [ruby-debug-passenger](https://github.com/davejamesmiller/ruby-debug-passenger) - rake task to
Expand All @@ -139,6 +141,10 @@ Let's keep this working for the ruby community!
* [rb-trepanning](https://github.com/rocky/rb-trepanning) - rewrite of ruby-debug that requires a
patched ruby

## Links

* [Rails guide with debugger](http://guides.rubyonrails.org/debugging_rails_applications.html)

## License

Licensing due to the complicated forking history of this project. Licensing is BSD throughout most
Expand Down

0 comments on commit b0132a4

Please sign in to comment.