是否存在用于调试 Websphere 7 应用程序的 Eclipse 插件?

发布于 2024-10-03 20:25:41 字数 88 浏览 4 评论 0原文

我是 Websphere 7 的新手,我正在寻找一些插件来使用 Eclipse 调试 WAS 7 中部署的应用程序。有人知道有什么插件吗?

谢谢!

im new in Websphere 7, and im looking some plugin to debug the apps deployed in WAS 7 using Eclipse. Some one know any plugin?

Thanks!

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

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

发布评论

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

评论(2

梦巷 2024-10-10 20:25:41

您不需要插件来执行此操作。

标准调试器可以连接到删除应用程序。

在这种情况下,您将在调试模式下运行 WAS 7 并记下调试端口。

在 Eclipse 调试器视图中,创建一个远程 Java 应用程序配置(调试 ... -> 远程 Java 应用程序并右键单击新建)并指定项目(从您的工作区)并指定 WAS 7 主机和端口(调试端口) WAS7 中指定)。

单击“调试”后,Eclipse 将连接到以调试模式运行的 WAS JVM,您就可以进行调试了。

这可用于调试任何远程 java 应用程序。

华泰
曼鲁

You dont' need a plugin to do this.

THe standard debugger can hook up to a remove application.

In this case, you would run the WAS 7 in debug mode and make a note of the debug port.

In the Eclipse Debugger view,create a Remote Java Application Configuration(Debug ... -> Remote Java Application and right click for New) and specify the project (from your workspace) and specify the WAS 7 Host and port (the debug port specified in WAS7).

Once you click the Debug, Eclipse would connect to the WAS JVM running in debug mode and you are ready to debug.

This can be used to debug any remote java application.

HTH
Manglu

梦一生花开无言 2024-10-10 20:25:41

请参阅此 post 了解为 WAS 7.0 安装 eclipse 插件的详细信息

See this post for the details to install an eclipse plugin for WAS 7.0

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