Breakpoints in Dartium not working

To set breakpoints in dependencies search the source inside the (no domain) node and set the breakpoint there. Breakpoints don’t hit when set somewhere in the packages node.

enter image description here

You can also use the breakpoint statement for the debugger top pop up. See Does Dart have a ‘breakpoint’ statement? for more details.

Leave a Comment