-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
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
Can't launch irb in ruby-2.0.0-p647 because irb parses ARGV #197
Comments
Could you post some steps to reproduce this? |
|
Can you post a sample app? I don't want to deal with installing and setting up cucumber. You can also create a PR with a test case. |
josephks
added a commit
to josephks/bug_demo
that referenced
this issue
Feb 1, 2016
See https://github.com/josephks/bug_demo
|
Thanks @josephks, I think you patch makes perfect sense. Could you create a PR? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to invoke irb from within byebug inside my cucumber scenario I can't launch irb because irb tries to parse ARGV which contains cucumber's command line options. This wasn't a problem for me in ruby 1.9.3 with debugger.
Modifying the execute method in lib/byebug/commands/irb.rb like this solves my problem:
The text was updated successfully, but these errors were encountered: