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(debugger): crash when stepping through locations spanning multiple lines #3920

Merged
merged 11 commits into from
Jan 2, 2024

Commits on Dec 22, 2023

  1. Fix debugger repl bug

    mverzilli committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4bf4676 View commit details
    Browse the repository at this point in the history
  2. Add comments

    mverzilli committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    415c011 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05efccd View commit details
    Browse the repository at this point in the history
  4. Refactor

    mverzilli committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7d1881a View commit details
    Browse the repository at this point in the history
  5. Handle all cases properly

    mverzilli committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8ff6300 View commit details
    Browse the repository at this point in the history
  6. one more case

    mverzilli committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8771e3c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Refactor

    mverzilli committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ed45623 View commit details
    Browse the repository at this point in the history
  2. refactor

    mverzilli committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bb5c0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25b2c6 View commit details
    Browse the repository at this point in the history
  4. Add tests

    mverzilli committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f050df8 View commit details
    Browse the repository at this point in the history
  5. Fix failing test

    mverzilli committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    69025e2 View commit details
    Browse the repository at this point in the history