I have breakpoints in my code. I launch my app from the Dart Editor. My app runs in Dartium. But when I exercise my app, none of the break points are hit.
The Dart Editor shows that the debugger is running (Debug tabbed window with red Terminate button).
How can I make Dart script execution stop at breakpoints using the Dart Editor and Dartium?
Details about the tools I'm using:
- Dart Editor and SDK 0.6.21_r26639
- Dartium/Chromuim (bundled with SDK/Editor) version 30.0.1599.0 (217147).
- Mint Linux 15 (based on Ubuntu 13.04) 64 bit.