Why does WebStorm's LiveEdit not work in Chrome?

前端 未结 8 826
醉话见心
醉话见心 2021-02-05 04:44

I am exploring WebStorm\'s trial version and would like to use the LiveEdit features.

I am not able to use the LiveEdit features after performing the following actions

8条回答
  •  伪装坚强ぢ
    2021-02-05 05:10

    Do you happen to have IntelliJ open by chance? The point is that the port, 63342, is 'seized' by another app (even if it has nothing to do with HTML debugging).

    When the port is busy, LiveEdit tries the next one, 63343. If you right click the JB icon on Chrome, choose Options, increment the port by one, and press Apply, you will magically connect. I wish Jetbrains would have bothered to inform the user what is the port that they are currently attempting to use.

    In my PC it happened when I had Mac on. Either one of the following worked: 1. Kill IntelliJ IDEA (that was also open) and try again 2. Increment the port by one as I mentioned above.

提交回复
热议问题