Unable to open debugger port in IntelliJ IDEA

后端 未结 29 1378
误落风尘
误落风尘 2021-01-30 08:21

I have a problem that I can not set up my application in debug mode with IntelliJ IDE, but run mode is OK.

My OS is Windows 7, IDE is IntelliJ IDEA, web container is Tom

29条回答
  •  无人及你
    2021-01-30 08:42

    I had this exact message.

    The reason was that some IDE (I use Eclipse and Intellij) failed to shutdown the tomcat server. Or maybe crashed before it could do so.

    The solution was to navigate to C:\...\apache-tomcat-xxx\bin and run shutdown.

提交回复
热议问题