0

I am getting this error on WebStorm "Unresolved function or method" while implementing console.debug(). I have already added the HTML, HTML 5 in Settings->Languages & Framework->Javascript-> Libraries. Any leads will be helpful.

Thank you in advance.

1 Answers1

0

This happens because WebStorm doesn't have console.debug definition in it's internal file DHTML.js, like console.log.

It will be fixed in WebStorm 2016.3. Tracking issue is WEB-3371.

de1mar
  • 1,176
  • 10
  • 6