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

时间:2019-01-11 20:09:08   收藏:0   阅读:5707

如题: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问题解决

技术分享图片

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!