Connected to the target VM, address: '127.0.0.1:4405', transport: 'socket'

时间:2019-01-11 19:32:02   收藏:0   阅读:5837

如题:idea DEBUG报错:Connected to the target VM, address: ‘127.0.0.1:4405‘, transport: ‘socket‘

解决方法:

1.查找出占用进程id

2.杀死进程

cmd 输入

命令:

1.netstat -ano|findstr 4405

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

技术分享图片

 

OK问题解决

技术分享图片

 

原文:https://www.cnblogs.com/zeussbook/p/10256800.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!