Currently, the Javascript generated by dart2Js converter is very unintuitive to debug and doesn't produce intelligible error messages.
Is there a specific way that people use to debug Javascript code generated by dart?
I would like to get to the Dart line that is responsible for the error.
Also it would be great to see core dump and stack frames in terms of Dart code.