print statements in dart-polymer UI not seen in webstorm console
问题 I have some print statements in a Dart UI app. Depending on the UI selection strings are printed to the console. Everything used to work as expected with with Dart with Eclipse plugin. Now I cannot see any print output to the console in my dart-polymer app. Any possible help is appreciated. EDIT 1 .dart import 'dart:html'; import 'package:paper_elements/paper_input.dart'; import 'package:polymer/polymer.dart'; /// A Polymer `<main-app>` element. @CustomTag('main-app') class MainApp extends