我正在写小飞镖应用程序。实际上,我正在做Angular2教程。我的代码与this github repository中的代码相同。
我在Dartium和应用程序工作中打开web/index.html
。
我打开控制台,源标签。我找到main.dart
文件,在其中放入断点并重新加载页面。 Chrome会在此断点处停止。没关系。
但是,当我找到app_component.dart
文件并在其中设置断点时,Chrome就不会停止。为什么呢?
看this line(github repo link)。我在调用onSelect处理程序时输入了info消息。我还在Dartium放置了断点。我在控制台中收到了消息,但是Dartium调试器并没有停止。为什么呢?