Remote debug GWT UI

本文介绍了一种针对使用GWT开发的项目的远程调试方法。通过这种方式,可以在不重启Tomcat服务的情况下,轻松地在不同的环境中重现并解决UI层面的问题。具体步骤包括设置程序参数以启用远程UI调试,并指定启动URL及日志级别等。

If a project was written with GWT, and UI has problem, we need to debug it.

Originally, I always run the application from local development environment, but sometimes, need some other environments.

So remote debug is a good choice, because all the data and environment is ready for reproduce the problem.

From eclipse, we can easily start remote debug, and don’t need to restart the tomcat service.

 

Add program arguments as below:

-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -startupUrl http://remotehost:port/index.html -logLevel INFO -noserver -codeServerPort 9997 -war \\remotehost\C$\Program Files\pathtowebapp entryportclass

转载于:https://www.cnblogs.com/liwp_Stephen/p/3521329.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值