Currently, Javascript generated by the dart2Js converter is very unintuitive to debug and does not generate clear error messages.
Is there a certain way that people use to debug Javascript code generated by dart?
I would like to go to the Dart line which is responsible for the error.
It would also be great to see the underlying dumps and stack frames in terms of Dart code.
source share