Connected to the target VM, address: '127.0.0.1:4405', transport: 'socket'
Posted zeussbook
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Connected to the target VM, address: '127.0.0.1:4405', transport: 'socket'相关的知识,希望对你有一定的参考价值。
如题: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'的主要内容,如果未能解决你的问题,请参考以下文章
IDEA debug提示Connected to the target VM, address: '127.0.0.1:xxxxx', transport: 'socket
[Redux] Using withRouter() to Inject the Params into Connected Components
The current user does not have write permissions to the target environment.
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but
Tomcat v7.0 java.lang.IllegalArgumentException: Invalid character found in the request target. The v
安装Kubernetes报错:The connection to the server localhost:8080 was refused