Missing console messages from within Webstorm 7 IDE and NODE.JS
I noticed that I was missing some console logs while doing some debugging. They were just never output to the console window in WS7 EAP.
However, when running from the command line: node --debug main.js, I get the expected output displayed. Using Node 0.10.17. I even tried using console.error, etc... same problem (and same solution, use node from the command prompt).
Please sign in to leave a comment.
Hello!
please check http://youtrack.jetbrains.com/issue/WEB-8747 - does it look similar?
Thanks for the reply. Internally it might be the same, but I'm using console.log and console.error. So I'm not sure if they are the same or not.
-Troy