diff --git a/README.md b/README.md index db6b7bdf1..040bba498 100644 --- a/README.md +++ b/README.md @@ -713,7 +713,7 @@ The `<...>` notation means the argument. * `eval ` * Evaluate `` on the current frame. * `irb` - * Invoke `irb` on the current frame. + * Activate and switch to `irb:rdbg` console ### Trace diff --git a/lib/debug/session.rb b/lib/debug/session.rb index f76f9dc6d..c5b410182 100644 --- a/lib/debug/session.rb +++ b/lib/debug/session.rb @@ -938,7 +938,7 @@ def register_default_command end # * `irb` - # * Invoke `irb` on the current frame. + # * Activate and switch to `irb:rdbg` console register_command 'irb' do |arg| if @ui.remote? @ui.puts "\nIRB is not supported on the remote console."