Lost console printing for dart web apps after 2016.3 update.
Updated to 2016.3 this morning and found that the Webstorm console is no longer printing any messages.
This is for all Dart web apps that I have run since the update.
I am also picking up a few type check errors since the update but without the console it is difficult for me to know if it was because of the update or not.
Please sign in to leave a comment.
What Chrome/Dartium version do you use? Unfortunately, Chrome debugging protocol has changed in version 54 (which is stable channel release since October 12), and 2016.3 supports only the latest protocol.
I am currently using Version 45.0.2454.104 of Chromium.
I'll get the latest version and let you know if that fixes my issue.
The latest version of Chromium did not fix the issue. I found that debugging in the latest version of Chrome does print messages to the console but still need to be compiled into javascript before running.
>The latest version of Chromium did not fix the issue
what version is it? I've downloaded the most recent Dart SDK, and Dartium version installed with it is 45.0.2454.104... It still uses the old API.
It is the same version.
Downloaded from dartlang.org, I am using Dart SDK Version 1.20.1 and Dartium Version 45.0.2454.104.
>It Still uses the old API.
Does this mean that 2016.3 console does not support the current version of Dartium?
>Does this mean that 2016.3 console does not support the current version of Dartium?
Yes, exactly; logged as https://youtrack.jetbrains.com/issue/WEB-24182
we'll also try pushing Dart team to update Dartium