有时候,用idea来debug断点调试的时候,会提示debug断点的端口被占用。解决办法:

1.点击任务栏上的Edit Configurations..

Unable to open debugger port (127.0.0.1:65068): java.net.BindException "Addr

2.找到debug的端口号

Unable to open debugger port (127.0.0.1:65068): java.net.BindException "Addr

3.在命令行提示Port找到UID

4.根据UID找到进程

5.杀死进程

Unable to open debugger port (127.0.0.1:65068): java.net.BindException "Addr

6.成功启动项目。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-05-15
  • 2021-05-04
猜你喜欢
  • 2022-12-23
  • 2021-07-02
  • 2021-04-13
  • 2021-10-14
  • 2021-07-01
相关资源
相似解决方案