Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: deivid-rodriguez/byebug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af25ece0b5a43fd857d19a45206653d0c402cd10
Choose a base ref
...
head repository: deivid-rodriguez/byebug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a9f4025ad6c00ab0f445a83fb34a762fc7df3c3
Choose a head ref
  • 10 commits
  • 12 files changed
  • 1 contributor

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
  3. Merge pull request #546 from deivid-rodriguez/fix_continue_unconditio…

    …nally_with_byebug_calls
    
    Fix `continue!` with byebug calls
    deivid-rodriguez authored Mar 11, 2019
    Configuration menu
    Copy the full SHA
    f18a730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ed763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8612245 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbc14f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8f58c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5811e4f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    cac3928 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    3a9f402 View commit details
    Browse the repository at this point in the history
Loading