Skip to content

Instantly share code, notes, and snippets.

@ETiV
Last active December 18, 2015 16:29
Show Gist options
  • Save ETiV/5811953 to your computer and use it in GitHub Desktop.
Save ETiV/5811953 to your computer and use it in GitHub Desktop.
JetBrains IDEs (IntelliJ/WebStorm/PySharm etc.) LiveEdit Enabler. Fix Port "63342" Listening Issue.

Example environment is on Windows. You may need to fix paths to fit your operating system.

  1. Open file <WebStorm_Installed_Dir>/bin/WebStorm.exe.vmoptions
  2. Add one line, here I'm using port 53342, you may choose any other ports you like, but shouldn't higher than 62000, that's the reason why the origin LiveEdit can't be used:
-Drpc.port=53342
  1. Restart the IDE. Configure the Chrome JB Plugin, change the port you've chosen.
  2. If that port is not using by any other applications, the Chrome JB plugin can be use now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment