I tried to debug some dart code (as described here), but the problem is that when I set breakpoints (using dart to Javascript conversion) in the dart code and the breakpoint is hit I can only debug the generated Javascript file, which I hope is not how it is intended to be.
I also tried to replace the default browser and the Chrome browser with the Dartium version, but it does not open the dartium version when debugging. Although when I click the Chrome icon in Intellij it opens the correct dartium browser - but this seems to only show the content of the page without any debugging enabled.
I don't need both ways to work - I would prefer to debug the Javascript version - but I am also ok if I can get the Dartium version to stop at my breakpoints.