是否存在用于调试 Websphere 7 应用程序的 Eclipse 插件?
我是 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不需要插件来执行此操作。
标准调试器可以连接到删除应用程序。
在这种情况下,您将在调试模式下运行 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
请参阅此 post 了解为 WAS 7.0 安装 eclipse 插件的详细信息
See this post for the details to install an eclipse plugin for WAS 7.0