Unable to open debugger port in IntelliJ IDEA

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

    All the other solutions unfortunately did not work. This is what worked for me . I simply changed the debugger port to some other port number.

    Intelij-> preferences->Build, execution, deployment ->Debugger-> Built in server->port(change value )

提交回复
热议问题