Dart Editor + Web UI + Source Maps + Awesome Debugging
Watch how you can debug your Dart Web UI apps, without having to look at the generated code! Thanks to source maps and Dart Editor, you can see the original lines of code when a problem arises. No more digging through machine generated code, the editor and its debugger point you to the exact line in your code.
Watch how you can debug your Dart Web UI apps, without having to look at the generated code! Thanks to source maps and Dart Editor, you can see the original lines of code when a problem arises. No more digging through machine generated code, the editor and its debugger point you to the exact line in your code.