RAD 7:调试基于 GWT 的 Portlet

发布于 2024-09-08 11:13:00 字数 304 浏览 7 评论 0原文

我有一个基于 GWT 的 Portlet,它必须部署在 Websphere Portal Server 上。 出于开发目的,我需要在 RAD 内进行调试(带有嵌入式 Portal Server)。 因此,我安装了 RAD 7.5.4 和 Portal Server 6.1。 我在服务器和 RAD 上进行了所有配置以与 debugginh 一起使用。 但是当我在(GWT)JAVA 文件上设置断点时,它不起作用。 JSP 和普通 Java 可以进行调试,但只有基于 GWT 的项目无法正常工作。

是否有任何 GWT 插件可用于 RAD 以使调试成为可能。

谢谢。

I have a Portlet which is based on GWT and it must be deployed on Websphere Portal Server.
For development purposes, I need to have debugging working inside RAD (with embedded Portal Server).
So, i installed RAD 7.5.4 with Portal Server 6.1.
I made all configuration on both Server and RAD to work with debugginh.
But when i make breakpoints on (GWT) JAVA files, its not working .
JSP and normal Java works with debugging but only GWT based projects are not working.

Is there any GWT plugin available for RAD to make debugging possible.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

年华零落成诗 2024-09-15 11:13:00

GWT 编译为 Javascript,因此您的 Java 代码有可能期望调试已编译,因此未在 Portal Server 上运行。您应该能够使用调试器调试 GWT 服务器端组件在RAD。

GWT is compiled into Javascript so it is possible that the Java code you are expecting to debug has been compiled and hence not running on the Portal Server. You should be able to debug your GWT Server side components using the debugger in RAD.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文