Chrome Debugger (v2.0.9) broken with any version of Webstorm.
Tried uninstall/reinstall Chrome, no change. When I do lsof -i on the port I've been using (:65432, but also have used canonical :63342), the result:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
webstorm 7218 *** 70u IPv4 *** 0t0 TCP localhost:65432->localhost:58319 (ESTABLISHED)
webstorm 7218 *** 72u IPv4 *** 0t0 TCP localhost:65432 (LISTEN)
webstorm 7218 *** 73u IPv4 *** 0t0 TCP localhost:65432->localhost:58324 (ESTABLISHED)
Google 7484 *** 192u IPv4 *** 0t0 TCP localhost:58324->localhost:65432 (ESTABLISHED)
Google 7484 *** 204u IPv4 *** 0t0 TCP localhost:58319->localhost:65432 (ESTABLISHED)
The issue manifests itself as the inability to right-click and debug a webpage. However, the extension says "Connected to Webstorm. Has access to this website", when I hover the right-hand corner jetbrains ide support button.
Any help is appreciated.
Please sign in to leave a comment.
Can you provide Chrome extension console content as text (see http://confluence.jetbrains.com/display/WI/LiveEdit, How do I know what's wrong? for details)? Can be https://youtrack.jetbrains.com/issue/WEB-36675
BTW, can you check if debugger works without extension? Try disabling Use JetBrains IDE Support extension for debugging and Live Edit in Settings | Build, Execution, Deployment | Debugger | Live Edit - does it help?
Hi @Elena Pogorelova! Thanks so much for responding, I really appreciate the quick response of community support here.
When I visit chrome extensions and check developer mode, under intellij ide support, I get two options:
selecting either generates a new option, but if I go to the console page generated, the log output says:
Disabling Live Edit had no effect on the above output.
Thanks! this is indeed https://youtrack.jetbrains.com/issue/WEB-36675, please follow it for updates.
For now, I'd suggest turning Use JetBrains IDE Support extension for debugging and Live Edit off in Settings | Build, Execution, Deployment | Debugger | Live Edit
@Elena Pogorelova, will do. Let's mark this as a duplicate.