Skip to content
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

Byebug continues when next command is used. #37

Closed
bdhowald opened this issue Nov 15, 2013 · 2 comments
Closed

Byebug continues when next command is used. #37

bdhowald opened this issue Nov 15, 2013 · 2 comments

Comments

@bdhowald
Copy link

Often when stopped at a byebug debugger in my code, I will input next ('n'), but my server continues execution as though I clicked continue. I have tried with several different servers: puma, webrick, and thin, and all have this problem. However, it does not seem to be a problem when running a rails console or when I replace byebug in my server code with the new ruby 2.0 debugger.

screen shot 2013-11-15 at 1 47 13 pm

@deivid-rodriguez
Copy link
Owner

It seems related (or the same) as #16 : errors in stack calculation. I guess this would be the opposite case, if the calculated stack is too big it will step, otherwise it will "continue".

I'm trying to find time for byebug, but this issues are not easy... I'll let you know when I make progress.

By the way, what's the new ruby 2.0 debugger?

@deivid-rodriguez
Copy link
Owner

Closing this in favor of #16. Feel free to reopen if you think the issues are different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants