我正在尝试使用eclipse调试本地代码(在我的笔记本电脑上),我试图连接到远程托管的WAS(WebSphere Application Server)和远程托管数据库。
答案 0 :(得分:53)
首先,从WebSphere Integrated Solutions Console中远程连接到WAS:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7777
然后,从Eclipse IDE:
(这些说明适用于WAS 7.0,但其他版本应该类似。)