首页 > 其他 > 详细

Remote debug GWT UI

时间:2014-01-16 21:44:32      阅读:372      评论:0      收藏:0      [点我收藏+]

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

Remote debug GWT UI

原文:http://www.cnblogs.com/liwp_Stephen/p/3521329.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!