From 5b76a8ed5694ff451f8140ca21ac5aae6c4145fa Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 21 Dec 2022 17:41:00 -0800 Subject: [PATCH] Introduce some notable IRB features in NEWS [ci skip] --- NEWS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2d6c789318157f..518e89553e199f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -433,7 +433,15 @@ Note: We're only listing outstanding class updates. * IRB - * Added many of new commands and improvements. see [ruby-3-2-irb] + * debug.gem integration commands have been added: `debug`, `break`, `catch`, + `next`, `delete`, `step`, `continue`, `finish`, `backtrace`, `info` + * They work even if you don't have `gem "debug"` in your Gemfile. + * See also: [ruby-3-2-irb] + * More Pry-like commands and features have been added. + * `edit` and `show_cmds` (like Pry's `help`) are added. + * `ls` takes `-g` or `-G` option to filter out outputs. + * `show_source` is aliased from `$` and accepts unquoted inputs. + * `whereami` is aliased from `@`. * Net::Protocol