Problems with debugging Dart code in Dartium?

33 Views Asked by At

I am writing small dart application. Actually, I am doing Angular2 tutorial. I have same code as in this github repository.

I open web/index.html in Dartium and application work.

I open console, source tab. I found main.dart file, put breakpoint in it and reload page. Chrome stops on this breakpoint. It is okay.

But, when I find app_component.dart file and set up breakpoint in it, Chrome doesn't stop on it. Why?

Look this line(github repo link). I put info message when onSelect handler is called. I also put breakpoint here in Dartium. I got message in console, but Dartium debugger doesn't stop on it. Why?

0

There are 0 best solutions below