1
votes

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.
1
I relaunched IDE. I hope it will helps for someone.user7856586

1 Answers

2
votes

If this behavior is (relatively) consistent for either of you, can you try something out? See if you have any chrome extensions installed in Dartium and disable them. There are some extensions that will effectively disable our ability to debug code and hit breakpoints. They generally have a similar behavior on the devtools debugger as well however.