码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-01-11 20:09:08      阅读:5707      评论:0      收藏:0      [点我收藏+]

标签:deb   kill   target   debug   .net   技术   ima   bubuko   技术分享   

如题: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'

标签:deb   kill   target   debug   .net   技术   ima   bubuko   技术分享   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!