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

Inspect element in Dartium gives an error #12371

Closed
DartBot opened this issue Aug 12, 2013 · 6 comments
Closed

Inspect element in Dartium gives an error #12371

DartBot opened this issue Aug 12, 2013 · 6 comments
Assignees
Milestone

Comments

@DartBot
Copy link

DartBot commented Aug 12, 2013

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...."

@clayberg
Copy link

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.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@devoncarew
Copy link
Member

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.

@DartBot
Copy link
Author

DartBot commented Aug 12, 2013

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.

@devoncarew
Copy link
Member

Makes sense - I'll update the message. This issue does effect other tools (IntelliJ, ...), and ideally devtools will add support for multiple debuggers.

@devoncarew
Copy link
Member

Added Fixed label.

@clayberg
Copy link

Removed this from the Later milestone.
Added this to the M6 milestone.

This issue was closed.
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

No branches or pull requests

3 participants