We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c75f commit ab937acCopy full SHA for ab937ac
README.md
@@ -713,7 +713,7 @@ The `<...>` notation means the argument.
713
* `eval <expr>`
714
* Evaluate `<expr>` on the current frame.
715
* `irb`
716
- * Invoke `irb` on the current frame.
+ * Activate and switch to `irb:rdbg` console
717
718
### Trace
719
lib/debug/session.rb
@@ -938,7 +938,7 @@ def register_default_command
938
end
939
940
# * `irb`
941
- # * Invoke `irb` on the current frame.
+ # * Activate and switch to `irb:rdbg` console
942
register_command 'irb' do |arg|
943
if @ui.remote?
944
@ui.puts "\nIRB is not supported on the remote console."
0 commit comments