dart-archive / eclipse3

DEPRECATED - NO LONGER maintained/supported - Eclipse plugins and Dart Editor
8 stars 6 forks source link

Create a "one click" mechanism for reporting debug info from IntelliJ and Eclipse plugins if analysis server becomes unresponsive. #66

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Issue by stereotype441 Originally opened as https://github.com/dart-lang/sdk/issues/23278


If the analysis server becomes unresponsive, the user should be able to click a single button which causes the following information to be captured in machine-readable format:

This information should be reported in whatever way makes sense for the client (e.g. in IntelliJ it can be sent through IntelliJ's error reporting mechanism; in the Eclipse plug-ins it can be reported via the "feedback" mechanism).

(Note: classifying the bug as "Area-Editor" since we don't have a component for the shared code used by both IntelliJ and the Eclipse plugins to communicate with the analysis server)

DartBot commented 9 years ago

Comment by jwren


Related issue: https://code.google.com/p/dart/issues/detail?id=23277

DartBot commented 9 years ago

Comment by clayberg


Removed Priority-Unassigned label. Added Priority-Medium label.