Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging simultaneously in Intellij/Webstorm and Chrome dev tools

With the latest versions : Intellij 13 or Webstorm 8.

It's cool to be able to debug the code in the IDE. But Chrome dev tools brings search in the DOM / inspect element which is lost when debugging in the IDE.

Actually the IDE debug session stops as soon as the chrome dev tools are open.

IS it possible to avoid that?

Thanks :)

like image 609
unludo Avatar asked Jun 04 '14 13:06

unludo


2 Answers

As of Chrome 63 this is now possible.

like image 135
Mark McDonald Avatar answered Sep 21 '22 08:09

Mark McDonald


No:( Unfortunately the javascript debugger in WebStorm/Idea can't co-exist with Chrome dev tools. It's Chrome problem that can't be solved on JetBrains side. Please vote for http://code.google.com/p/chromium/issues/detail?id=129539

like image 43
lena Avatar answered Sep 19 '22 08:09

lena