Skyler
Skyler

Reputation: 805

console.log not working in WebStorm

I've been using WebStorm's debugger for over a year with no problem. But now suddenly console.log no longer outputs to WebStorm's console window.

Has anyone ever run into this?

Some clues:

Upvotes: 0

Views: 1566

Answers (1)

lena
lena

Reputation: 93728

Console logging got broken recently with Chrome API update. If you are using Chrome 54+, please try upgrading to 2016.3 EAP (release is coming soon) - the issue is fixed there

Upvotes: 1

Related Questions