Skip to main content

New site for Dart news and articles

For the latest Dart news, visit our new blog at  https://medium.com/dartlang .

Dart Editor can debug command-line apps

Posted by Devon Carew

A new Dart Editor build is available. Highlights for build 8350:
  • The command-line debugger is now enabled (Mac only for now, Windows and Linux coming soon). Debug your server apps! Debug dart2js!
  • Fixed 15+ static analysis issues.
  • Bigger stepping granularity in debugging; one step now equals one source line.
  • When re-launching your app we re-cycle the Dartium instance when possible, instead of always killing the process and restarting Dartium.
  • Various Searchbox fixes.
  • Dart2js is now the default (and only) Dart-to-Javascript compiler in the editor.