Skip to content

Commit

Permalink
Mention irb_debug alternative in the docs (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
janko authored Sep 13, 2023
1 parent c7c838a commit ebc684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Context

Starting from version 1.8.0, IRB boasts a powerful integration with `debug.gem`, providing a debugging experience akin to `pry-byebug`.

After hitting a `binding.irb` breakpoint, you can activate the debugger with the `debug` command.
After hitting a `binding.irb` breakpoint, you can activate the debugger with the `debug` command. Alternatively, if the `debug` method happens to already be defined in the current scope, you can call `irb_debug`.

```shell
From: test.rb @ line 3 :
Expand Down

0 comments on commit ebc684c

Please sign in to comment.