【发布时间】:2011-04-26 01:00:44
【问题描述】:
我尝试在远程浏览器(位于除 Eclipse 实例之外的其他计算机上)中调试 GWT 应用程序,例如在 VMware 环境中。不幸的是,打开下面的地址时没有连接。
http://192.168.1.2:8888/app_test.html?gwt.codesvr=192.168.1.2:9997
我尝试将 -Dgwt.args="-bindAddress 0.0.0.0" 添加到 Arguments -> VM arguments,但参数似乎无法识别。服务器仍然绑定到 localhost。
我使用 Google Eclipse 插件。感谢您的帮助。
【问题讨论】:
标签: eclipse debugging gwt vmware