Skip to content

Commit

Permalink
Minor edits to the debuggers section of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jun 12, 2023
1 parent 32b9bb4 commit ed7a7c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1291,9 +1291,11 @@ The test suite passes on Windows with codepage `Windows-1252` if all the involve
<a id="markdown-debuggers" name="debuggers"></a>
### Debuggers

Zeitwerk works fine with [debug.rb](https://github.com/ruby/debug) and [Break](https://github.com/gsamokovarov/break).
Zeitwerk and [debug.rb](https://github.com/ruby/debug) are fully compatible if CRuby is ≥ 3.1 (see [ruby/debug#558](https://github.com/ruby/debug/pull/558)).

[Byebug](https://github.com/deivid-rodriguez/byebug) is compatible except for an edge case explained in [deivid-rodriguez/byebug#564](https://github.com/deivid-rodriguez/byebug/issues/564). Prior to CRuby 3.1, debug.rb has a similar edge incompatibility.
[Byebug](https://github.com/deivid-rodriguez/byebug) is compatible except for an edge case explained in [deivid-rodriguez/byebug#564](https://github.com/deivid-rodriguez/byebug/issues/564). Prior to CRuby 3.1, `debug.rb` has a similar edge incompatibility.

[Break](https://github.com/gsamokovarov/break) is fully compatible.

<a id="markdown-pronunciation" name="pronunciation"></a>
## Pronunciation
Expand Down

0 comments on commit ed7a7c8

Please sign in to comment.