Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional resources section and link to migration guide and cheatsheet #770

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add links to additional resources
  • Loading branch information
st0012 committed Oct 14, 2022
commit 82a7198f7cd3e1a8f9bab5982397d87ca4ac8516
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,11 @@ NOTE

```

# Additional Resources

- [From byebug to ruby/debug](https://st0012.dev/from-byebug-to-ruby-debug) - A migration guide for `byebug` users.
- [ruby/debug cheatsheet](https://st0012.dev/ruby-debug-cheatsheet)

# Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/debug.
Expand Down
5 changes: 5 additions & 0 deletions misc/README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,11 @@ On this case, you can see the result of `bar()` every time you stop there.
<%= `exe/rdbg --help` %>
```

# Additional Resources

- [From byebug to ruby/debug](https://st0012.dev/from-byebug-to-ruby-debug) - A migration guide for `byebug` users.
- [ruby/debug cheatsheet](https://st0012.dev/ruby-debug-cheatsheet)

# Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/debug.
Expand Down