Change WebStorm LiveEdit Port (63342)

前端 未结 5 863
轮回少年
轮回少年 2021-01-01 16:48

How can I change the port of the LiveEdit feature in WebStorm ?

The default port is 63342, so i can run my project from : http://localhost:63342/PROJECT_NAME

5条回答
  •  清歌不尽
    2021-01-01 17:25

    WebStorm 8

    In WebStorm 8 follow menu (or press Shortcut Alt+F7):

    File -> Settings

    Category:

    IDE Settings -> Debugger -> JavaScript

    And there change "Built-in server port".

    Hint:

    If you have a firewall warning when starting WebStorm then you must uncheck the checkbox "Can accept external connections" inside the settings window.

    WebStorm 9, 10, 11

    In newer WebStorm Versions you'll have to enter the Settings like explained above, but enter a different category.

    Category:

    Build, Execution, Deployment -> Debugger

提交回复
热议问题