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(core): correctly set and restore breakpoints during print #1379

Merged
merged 1 commit into from
Dec 29, 2021

Commits on Dec 29, 2021

  1. fix(core): correctly set and restore breakpoints during print

    During print events, we assign the activated breakpoints array
    by reference, and then clear that same array. This means that the
    activated breakpoints are not restoring correctly. Instead, make
    sure we make a new array reference that cannot be polluted the
    same way.
    CaerusKaru committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    bab4275 View commit details
    Browse the repository at this point in the history