console.log not working in WebStorm -


i've been using webstorm's debugger on year no problem. console.log no longer outputs webstorm's console window.

has ever run this?

some clues:

  • i'm using chrome plugin debugging.
  • debugging local (i.e. localhost)
  • breakpoints work fine
  • the browser's debugging console gets console.log statement fine
  • i'm using windows 7

console logging got broken chrome api update. if using chrome 54+, please try upgrading 2016.3 eap (release coming soon) - issue fixed there


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -