Javascript Debugging With Chrome Plugin Not Showing Errors After Last Update

After the last Webstorm update, any javascript errors are not showing while live debugging with the Chrome Extension. If I press F12 in Chrome to launch the built it debugger, I see the javascript error in the console.

Did the update break the debugger or have some settings changed?

I've been reading through the Release Notes and have not found anything relevant.

Thanks.

1
1 comment

What Chrome version do you use? Unfortunately logging errors to debugger console got broken with the most recent Chrome update due to Chrome API changes. https://youtrack.jetbrains.com/issue/WEB-23769 is fixed in 2016.3. For now the only workaround is downgrading Chrome

0

Please sign in to leave a comment.