Skip to content

Shows an overlay "Paused in Dart DevTools" when paused at a breakpoint #1476

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 1 commit into from
Jan 10, 2022

Conversation

elliette
Copy link
Contributor

Fixes #1475

Uses the CDP Overlay.setPausedInDebuggerMessage method to show the following overlay above the user's application when they are paused at a breakpoint:

Screen Shot 2021-12-20 at 2 39 42 PM

The resume / step methods work as expected and resume / step within Dart DevTools.

@elliette elliette requested a review from annagrin December 20, 2021 22:43
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.

Thanks Elliott!

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.

Show a banner over the application when a user is paused at a breakpoint
2 participants