-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
'up' after 'step' keeps drilling down on 'next' #85
Comments
Hi @elado, thanks for the report. I've just added a test for this and it works for every ruby version recommended in the README. Could you upgrade to 2.1.3 and then try again? Thanks. |
Closing until reproduced in latest rubies. |
@deivid-rodriguez as asked on #102 I'm still experiencing it, all the time. It's a big project but I'll find some time to isolate it. |
So why open a new issue to workaround the problem instead of answering the question asked 3 months ago? It's really discouraging when people open issues and never reply to them. 👎 😞 |
Here it is: https://github.com/elado/byebug-issue It happens during RSpec (but I recall it happened in multiple places). Running on 2.2.0 MRI. PS - you're totally right, and I apologize for not being responsive. |
@elado Better late than never, thanks for the feedback. The thing is, I'm not sure what the issue is, why you are typing all those In this case, to get to the bar method I would just continue unti you get there: |
So unless I'm using it wrong, I see here a behavior that I'm not expecting. I use the same |
So basically you expect (after having learned that Just to confirm, you keep refering to the |
Give last master a try and let me know! |
Perfect, awesome! |
Your are welcome! Cheers! 😄 |
If I
step
into a method and thenup
, when I executenext
it goes back to whatnext
would be if I didn't hitup
. My intention is to go back to the original stacktrace but it keeps going back to the one I stepped into.The only way I can get away from it is to add a breakpoint somewhere else and
cont
.It's been like that for a long time.
MRI Ruby 2.1.2, buybug 3.5.0.
The text was updated successfully, but these errors were encountered: