如题:idea DEBUG无法启动
解决方法:
1.查找出占用进程id
2.杀死进程
cmd 输入
命令:
1.netstat -ano|findstr 4405
2.taskkill -f -pid 7986(7896为查询到的进程数)
OK问题解决
如题:idea DEBUG无法启动
解决方法:
1.查找出占用进程id
2.杀死进程
cmd 输入
命令:
1.netstat -ano|findstr 4405
2.taskkill -f -pid 7986(7896为查询到的进程数)
OK问题解决