Plugin page: http://plugins.jetbrains.com/plugin/?idea&id=7007 Bundled with WebStorm.
Your feedback is welcome in bugtracker (Subsystem = Live Edit) and forum.
Troubleshooting
Cannot install extension, "Download was not a CRX"
This is the Google Chrome bug.
I see the message "Internal HTTP server disabled. Cannot start internal HTTP server. Git integration, JavaScript debugger and LiveEdit may operate with errors...."
IDE failed to bind to the port 63342. Please check your firewall settings and restart the IDE.
I see the message in Chrome log: "System latest connected to 126.XXX (127.0.0.1:63342)", but LiveEdit is not working
Probable reason: there is another instance of JetBrains IDE running so port 63342 is already bound. Please check that product name corresponds to your IDE (where "XXX" stands for the build number, e.g. "126.159").
How to enable logging in Google Chrome
Mac OS X: open -a "Google Chrome" --args --enable-logging --v1
How do I know what's wrong?
- Open chrome://extensions/
- Check "Developer mode" checkbox
- Scroll down to JetBrains IDE Support section, click Inspect views: _generated_background_page.html
- Click on the "Console" button
Alternatively, you can enable logging via the command line.
Blog posts
Known issues
- CSS sync and element highlighting are not working if Web Inspector is opened, please vote for Chrome bug.
- Usability issue with the "plugin is debugging this tab" infobar, please vote for Chrome bug.
Labels:
None