Skip to content

Commit f80ef44

Browse files
st0012ko1
authored andcommitted
Add links to additional resources
1 parent d911770 commit f80ef44

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,11 @@ NOTE
902902
903903
```
904904
905+
# Additional Resources
906+
907+
- [From byebug to ruby/debug](https://st0012.dev/from-byebug-to-ruby-debug) - A migration guide for `byebug` users.
908+
- [ruby/debug cheatsheet](https://st0012.dev/ruby-debug-cheatsheet)
909+
905910
# Contributing
906911
907912
Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/debug.

misc/README.md.erb

+5
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,11 @@ On this case, you can see the result of `bar()` every time you stop there.
591591
<%= `exe/rdbg --help` %>
592592
```
593593

594+
# Additional Resources
595+
596+
- [From byebug to ruby/debug](https://st0012.dev/from-byebug-to-ruby-debug) - A migration guide for `byebug` users.
597+
- [ruby/debug cheatsheet](https://st0012.dev/ruby-debug-cheatsheet)
598+
594599
# Contributing
595600

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

0 commit comments

Comments
 (0)