-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
break
throws NoMethodError on master
#32
Comments
It also appears to happen when specifying a line with
|
Can you try again using |
I can set the breakpoint ok with byebug's master now; but I have to call Byebug.start before it activates the breakpoint and actually drops to a debugger - is that expected? I think that's a break with the behaviour of 3.2.0 (but I'm not sure on that.) |
I've added your workaround to latest master. Does it work now? |
Yippie! Works as I expect with previous behaviour, and by not exiting on continue being used.
Many thanks for adding this 😄 👍💯 |
Awesome @caius, you are welcome!! And thanks for the testing & quick feedback!! |
The workaround is not needed anymore because it is fixed in byebug.
I just installed pry-byebug from master (17f9bc7 specifically) and found the following:
The same code works fine on v1.3.3 installed from rubygems.
The text was updated successfully, but these errors were encountered: