我正在尝试调试我的macbook pro ( os Mountain Lion )上的应用程序。但当我单击debug时,它会提示:unable to connect localhost 4010。我在jboss上将端口设置为4010。以下是应用程序启动时的输出。
Listening for transport dt_socket at address: 4010在Jidea上;debug的设置是“远程服务器”远程连接设置;
host : localhost
port : 4010


发布于 2013-02-04 22:44:15
您最有可能使用的是调试器端口作为HTTP端口:


发布于 2015-05-06 16:33:59
如果您只想连接到本地应用程序服务器:
https://stackoverflow.com/questions/14687764
复制相似问题