dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Added tooltip eval when debugging #1163

Closed cdavidjean closed 6 years ago

cdavidjean commented 6 years ago

When debugging, the tooltip will expand if the expression under the cursor can be evaluated by the browser.

cdavidjean commented 6 years ago

Thanks for the review Devon. Added tests for evaluator, which meant refactoring to get dart:html out of the import path (disposables).

cdavidjean commented 6 years ago

PTAL