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

Fixes on debugger for Windows #1151

Closed cdavidjean closed 7 years ago

cdavidjean commented 7 years ago

Devon, I still need to fix breakpoints in packages, using regex as you suggested. If possible, please wait until you build a new release. Thanks, David

cdavidjean commented 7 years ago

I fixed and refactored breakpoints and it now works over packages. I seem to have an issue with tooltips on either Windows or Atom 1.9, but I don't think it is not blocking for now. Thanks for your patience over these long pr.

cdavidjean commented 7 years ago

While fixing the windows issue I discovered that dart getters are not handled well in the scope list, I'll fix that tomorrow.