We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list -
Your environment
ruby -v
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
rdbg -v
rdbg 1.9.2
Describe the bug
Here is the list - command to see predecessor lines (useful after regular list usage).
list
It works in a default console, but not in IRB: it considers - as an operator, I suppose.
-
To Reproduce
binding.break
Expected behavior
Working list - command (or an alias).
Additional context
irb:rdbg(#<RSpec::ExampleGroups::UIClu...):004* l - irb:rdbg(#<RSpec::ExampleGroups::UIClu...):005* l - # debug command ^C
The text was updated successfully, but these errors were encountered:
👋 Can you also provide the IRB version?
You can simply paste the output of the irb_info command.
irb_info
Sorry, something went wrong.
Of course:
irb:rdbg(#<RSpec::ExampleGroups::UIClu...):002> irb_info Ruby version: 3.2.2 IRB version: irb 1.14.0 (2024-07-06) InputMethod: RelineInputMethod with Reline 0.5.9 Completion: Autocomplete, RegexpCompletor RUBY_PLATFORM: x86_64-linux LANG env: en_US.UTF-8 East Asian Ambiguous Width: 1
As I can see, it's the latest version.
No branches or pull requests
Your environment
ruby -v
:ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux]
rdbg -v
:rdbg 1.9.2
Describe the bug
Here is the
list -
command to see predecessor lines (useful after regularlist
usage).It works in a default console, but not in IRB: it considers
-
as an operator, I suppose.To Reproduce
binding.break
in a code.list
in IRB console.list -
in IRB console.Expected behavior
Working
list -
command (or an alias).Additional context
The text was updated successfully, but these errors were encountered: