Unable to have console output on webstorm
Hi,
I'm working with webstorm 2017.2.1 and chrome 59 (JetBrains IDE Support 2.0.9)
When I connect the debugger, I'm unable to print console.log on the webstorm console. And if I deconnect the debugger message are correctly logged on chrome console...
Is there something special to configure?
Thanks,
Fabien
Please sign in to leave a comment.
Can't recreate. Is debugger tool window docked? Similar problems occur when the window is detached (https://youtrack.jetbrains.com/issue/WEB-23228, https://youtrack.jetbrains.com/issue/WEB-16293)
yes my tool window is docked, but nothing appears in the console
Strange... Sample project that shows up the issue would be helpful
I found my mistake,... I forgot to define a configuration for JavaScript Debug. I only use "Inspect in WebStorm" from Chrome which is not sufficient.
I see.. it's a known issue - console messages are not logged when starting via 'Inspect in WebStorm'; please follow https://youtrack.jetbrains.com/issue/WEB-19709 for updates