Skip to content

Disable the "Paused" overlay #1509

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

Merged
merged 3 commits into from
Feb 17, 2022
Merged

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Feb 17, 2022

Temporarily disables the "Paused" overlay until we check with Chrome DevTools team if there is a way to conditionally show it based on whether they have added their overlay.

Currently what happens is (these can happen in any order):

  • DWDS adds its overlay
  • Chrome DevTools add its overlay

So we have two overlays (R, S are the resume, skip buttons)
[Paused in Chrome DevTools R S]
[Paused R S]

If a user hits "Resume" in the [Paused in Chrome DevTools R S], it actually triggers the "Skip" below it, so instead of resuming the debugger skips.

@elliette elliette requested a review from annagrin February 17, 2022 01:20
@annagrin
Copy link
Contributor

Small comment - please add a line to the changelog. Otherwise LGTM, after analysis errors are fixed.

Copy link
Contributor

@annagrin annagrin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a small change request.

@elliette elliette merged commit 9544c82 into dart-lang:master Feb 17, 2022
@elliette elliette deleted the verify-works branch May 4, 2022 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants