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

Make debugger skip same locations in dart during stepping. #2043

Merged
merged 7 commits into from
Mar 22, 2023

Conversation

annagrin
Copy link
Contributor

Debugger currently revisits same dart locations if they match different JS ones, appearing to be stuck on the same location. This is particularly apparent when we need a lot of JS code for dart, for example, when using patterns.

  • Make debugger skip same locations in dart during stepping.
  • Add stepping tests for patterns.

Closes: #2034

@annagrin annagrin merged commit bb22b3a into dart-lang:master Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minimize the number of debugger steps through dart code
2 participants