Breakpoints in Dartium not working

后端 未结 3 2106
春和景丽
春和景丽 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:22

    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)

提交回复
热议问题