简体   繁体   English

GWT远程调试

[英]GWT Remote Debugging

I'm trying to do a remote debug session for my GWT app. 我正在尝试为我的GWT应用程序进行远程调试会话。

I added an entry in the GWT plugin running on a Firefox instance in the remote machine: 我在远程机器上的Firefox实例上运行的GWT插件中添加了一个条目:

Host Name   | Code Server
[IP address] [127.0.0.1]

However, I'm am still not able to access the GWT app even though I can ping the IP address with the specific port: 8888 但是,即使我可以使用特定端口ping IP地址,我仍然无法访问GWT应用程序: 8888

Any ideas? 有任何想法吗?

If I understood you right you're trying to connect your client to the remote server and debug client? 如果我理解你正确,你试图将客户端连接到远程服务器和调试客户端? I'm always debugging using Eclipse IDE. 我总是使用Eclipse IDE进行调试。 So: 所以:

Now, you are able to talk to the remote server, but your client-side code is from inside your machine. 现在,您可以与远程服务器通信,但您的客户端代码来自您的计算机内部。 You can use all power of the Eclipse to debug. 您可以使用Eclipse的所有功能进行调试。

Hope this will help you. 希望这会帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM