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

New command to continue and never stop again #366

Closed
cyrilchampier opened this issue Nov 2, 2017 · 2 comments
Closed

New command to continue and never stop again #366

cyrilchampier opened this issue Nov 2, 2017 · 2 comments

Comments

@cyrilchampier
Copy link

Problem description

Put a byebug in a loop, execute code.
You will be stuck with a choice:

  • 'continue' X times to get out of the loop
  • 'exit-program' to end the whole execution

Expected behavior

Add a third option:
'continue_always' that would continue, and never break again (if possible only in this breakpoint)

@Frexuz
Copy link

Frexuz commented Jan 12, 2018

+1000 👍 :D

@deivid-rodriguez
Copy link
Owner

This has been fixed by the new commands continue! (and never break again) and skip (further instances of the current breakpoint, but not other breakpoints).

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

3 participants