Breakpoints in Dartium not working

后端 未结 3 2117
春和景丽
春和景丽 2020-11-30 14:41

So if I add break points in .dart files that are located in /web directory of my project, it works fine. For example I\'m using AngularDart and the main.dart file works. How

3条回答
  •  星月不相逢
    2020-11-30 15:19

    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.

提交回复
热议问题