The Webstrom liveedit close when I open the Chrome devtools

OS version : Ubuntu 16.10

Webstrom version :  2017.3

Chrome version : Version 61.0.3163.100 (Official Build) (64-bit)

Issue :

The liveedit have been  successful run in my computer . I debug to the page in Chrome , when I open the Chrome devtools , the debug process suddenly close .

if I haven't open the devtools , the debug process would not close . what a bug ? please help me . The problem also  occur in my friends's computer .



0
1 comment

This is a known Chrome limitation - both WebStorm and DevTools are using the same debug protocol that did not support multi-client debugging. https://bugs.chromium.org/p/chromium/issues/detail?id=129539 was finally fixed in Chrome 63, so I'd suggest updating your Chrome version

2

Please sign in to leave a comment.