We are working to improve the source map information emitted by dart2js. This is a project that started recently.
In addition, we're also looking at getting better integration with V8 and Chrome DevTools. I'm not sure what the status is. Ideally, stack traces and local variables wouldn't be minified when debugging.
We are aware that debugging JavaScript output from dart2js is a horrible experience.
FWIW, there is a Dart package for reading source maps:
http://pub.dartlang.org/packages/source_maps. So it should be trivial to port demin.js to Dart.
Cheers,
Peter
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+uns...@dartlang.org.