Dart code execution does not pause at breakpoints set in WebStorm IDE.
The browser config points at a local Dartium install (/home/tom/dart/chromium/chrome-wrapper).
The Chrome extension has been installed.
Clicking on "Debug index.html" in the IDE causes Dartium to be launched. "JetBrains IDE Support is debugging this tab" displays in Dartium.
Any hints as to where to look for a problem?
Edit: I think it's transpiling. Here's the log:
[web] GET /begin/index.html => polymer_and_dart|web/begin/index.html [web] GET /packages/web_components/dart_support.js => web_components|lib/dart_support.js [web] GET /packages/web_components/webcomponents.js => web_components|lib/webcomponents.js ...
pub build
or load frompub serve
using a browser that doesn't support Dart. – Günter Zöchbauer