If Chrome DevTools and Dart DevTools are opened at the same time, both show a debugger overlay
Open
P3
package:dwds
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 2
Description
The "Paused in Dart DevTools" overlay was added in https://github.com/dart-lang/webdev/pull/1476
Unfortunately, if both Chrome DevTools and Dart DevTools are open at the same time, both of their overlays are added to the page (the Chrome DevTools overlay is added above the Dart overlay). We should figure out how to detect if Chrome DevTools is open and therefore don't show the message. A quick fix would be to shorten the wording so that the Dart overlay remains hidden beneath the Chrome overlay.

Contributor guide
Assessment
This issue has not been assessed yet.