Unable to open debugger port in IntelliJ IDEA

后端 未结 29 1674
误落风尘
误落风尘 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:31

    There are various reasons for this.
    - There might be the problem with debugger port---Please change it to resolve( answered by T.M )
    - There might be some issue with intellij cache --Invalidate cache and restart will solve it ( answered by feng smith )
    - There might be problem with any other Port, like JMX, AJP --- Please change these port numbers as well.
    I wanted to add this as comment but not enough rep

提交回复
热议问题