我在我的Eclipse中安装了带有海布里系统的J反演插件。我已经在local.properties,中设置了tomcat.调试器jrebel=-Xverify:none-agentpath:C://jrebel/lib/jrever64.dll,所以当我在Eclipse中调试代码时,下面的错误消息如下:
未能连接到远程VM。连接被拒绝。连接被拒绝:连接任何引线?
发布于 2021-09-23 13:36:01
请将此属性添加到您的local.properties中,并执行清除所有操作并重新启动服务器。
-agentpath:"/plugins/org.zeroturnaround.eclipse.embedder_2021.2.2.RELEASE/jrebel/lib/jrebel64.dll“=-Xdebug -Xss16M -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n
备注:请更正hjrever64.dll文件路径
https://stackoverflow.com/questions/69287157
复制相似问题