Connected to the target VM, address: '127.0.0.1:4405', transport: 'socket'
            时间:2019-01-11 19:32:02  
            收藏:0  
            阅读:5838
        
        
        如题: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)
        
        
        