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

 

0
5 comments

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)

0
Avatar
Permanently deleted user

yes my tool window is docked, but nothing appears in the console

0

Strange... Sample project that shows up the issue would be helpful

0
Avatar
Permanently deleted user

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.

0

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

0

Please sign in to leave a comment.