Cannot find a free socket for the debugger

Posted step-and-step

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot find a free socket for the debugger相关的知识,希望对你有一定的参考价值。

今天在使用Eclipse的debug程序的时候,运行java debug时出现了一个奇怪的错误:Cannot find a free socket for the debugger。

最后发现了系统服务中ICS服务没有启动。于是进入命令行:

Ctrl + R

输入cmd

netsh winsock reset

重启电脑,重启Eclipse,可以正常Debug了。

 

科普一下,

netsh winsock reset命令,作用是重置 Winsock 目录。如果一台机器上的Winsock协议配置有问题的话将会导致网络连接等问题,就需要用netsh winsock reset命令来重置Winsock目录借以恢复网络。这个命令可以重新初始化网络环境,以解决由于软件冲突、病毒原因造成的参数错误问题。 netsh是一个能够通过命令行操作几乎所有网络相关设置的接口,比如设置IP,DNS,网卡,无线网络等,Winsock是系统内部目录,Winsock是Windows网络编程接口,winsock工作在应用层,它提供与底层传输协议无关的高层数据传输编程接口,reset是对Winsock的重置操作。当执行完winsock的命令重启计算机后,需要重新配置IP。

转自:https://blog.csdn.net/oopsoom/article/details/25201501



以上是关于Cannot find a free socket for the debugger的主要内容,如果未能解决你的问题,请参考以下文章

Cannot find a free socket for the debugger

Cannot find a free socket for the debugger

delphi cannot open clipboard错误

Error: Cannot find module PhantomJS

[译]Python - socket.error: Cannot assign requested address

eclipse故障cannot find -lstdc++,如何解决??麻烦高手详细讲解