-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Inspect element in Dartium gives an error #12371
Comments
Isn't this the expected behavior at the moment since only one debugger connection is allowed at one time? Added this to the Later milestone. |
Yes, this is our work-around flow for devtools not supporting multiple debugger connections. Opening devtools disconnects us. Closing devtools, and clicking on the re-connect button, will re-connect us. Added AsDesigned label. |
This comment was originally written by LukeEChur...@gmail.com OK - in which case we need to say why it's happening. Right now, the user response is 'oh, there's a bug in editor that's causing it to fail'. Perhaps change message to: The debugger connection has been closed by DevTools. DevTools only supports one connected debugger (e.g. Editor or Chrome DevTools) at a time. Do you want to reconnect..." Added Triaged label. |
Makes sense - I'll update the message. This issue does effect other tools (IntelliJ, ...), and ideally devtools will add support for multiple debuggers. |
Added Fixed label. |
This issue was originally filed by LukeEC...@gmail.com
Create a very basic HTML application with a single image in it
Run it via Dartium
In Dartium right click "Inspect element"
The Dart Editor then shows a message "The debugger connection has been closed by DevTools. Do you want to re-connect...."
The text was updated successfully, but these errors were encountered: