首页 > 其他 > 详细

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

时间:2019-01-11 19:32:02      阅读:5837      评论:0      收藏:0      [点我收藏+]

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

技术分享图片

 

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!