如题:idea DEBUG无法启动

解决方法:

1.查找出占用进程id

2.杀死进程

cmd 输入

命令:

1.netstat -ano|findstr 4405

2.taskkill -f -pid 7986(7896为查询到的进程数)

IDEA DEBUG无法启动

 

OK问题解决

IDEA DEBUG无法启动

 

相关文章:

  • 2021-10-03
  • 2021-12-15
  • 2021-05-22
  • 2022-12-23
  • 2021-04-16
  • 2021-09-15
  • 2021-10-17
  • 2021-07-14
猜你喜欢
  • 2021-05-17
  • 2021-11-07
  • 2021-05-18
  • 2021-04-25
  • 2021-04-26
  • 2021-11-30
  • 2021-12-09
相关资源
相似解决方案