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

Fix continue! with byebug calls #546

Merged

Commits on Mar 11, 2019

  1. Fix continue! to ignore also byebug calls

    Not only breakpoints.
    deivid-rodriguez committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    374d30f View commit details
    Browse the repository at this point in the history
  2. Fix undefined method error after previous change

    After the previous change, one would get the error `undefined method
    `mode' for Byebug:Module` when running a file with `byebug` calls. A
    `require` call needed to be moved up.
    deivid-rodriguez committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9948d64 View commit details
    Browse the repository at this point in the history