From ebc684c23e78b69cc7937c5071bcad64797ee750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janko=20Marohni=C4=87?= Date: Wed, 13 Sep 2023 23:53:47 +0200 Subject: [PATCH] Mention `irb_debug` alternative in the docs (#710) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a99d9ba7..9007799b9 100644 --- a/README.md +++ b/README.md @@ -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 :