Breakpoints in Dartium not working

孤者浪人 提交于 2019-11-27 05:30:37
Günter Zöchbauer

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.

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

I will combine the accepted answer + comment to that answer. Breakpoints 100% works only when you set them for files inside (no domain) category on Sources tab.

As I understand, in category with your domain name they are working only for files that was included with <script> tag. They won't work for imported files.

I have created an issue: Dartium ignores breakpoints set not in (no domain) category.

If you set break pointors from Dart Editor, then you should run your application from Dart Editor.

If you're using Dartium only, then you should set break pointors from Chrome Developer Tool. (Accepted answer)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!