Unable to open debugger port in IntelliJ

后端 未结 17 506
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 17:54

Unable to open debugger port in intellij. The port number 9009 matches the one which has been set in the configuration file for the application.



        
17条回答
  •  生来不讨喜
    2020-12-29 18:54

    You may have to change the debugger port if your port is already used by another program. To do so:

    • Run
    • Edit Configurations
    • Startup/Connection tab
    • Debug
    • Change the port here

    Or, maybe in other versions:

    • Run
    • Edit Configurations
    • Remote > Remote debug in the list on the left
    • Configuration tab, Settings section
    • Port: change the port here

提交回复
热议问题