m*****k 发帖数: 731 | 1 I am following http://www.ibm.com/developerworks/java/library/os-eclipse-javadebug/index.html?ca=drs-
but usually in eclipse debug tab, it won't connect, just shows "...
connection...", or it connects but once I am on the jsp that really contains
the applet I wanna debug, the debug session in eclispe terminates
automatically.
Very annoying, I have to use a lot of system.out or JOptionpane to show me
the info.
any better solution? | g*****g 发帖数: 34805 | 2 Why do you need to debug an applet remotely?
Can't you just run it within eclipse?
contains
me
【在 m*****k 的大作中提到】 : I am following http://www.ibm.com/developerworks/java/library/os-eclipse-javadebug/index.html?ca=drs- : but usually in eclipse debug tab, it won't connect, just shows "... : connection...", or it connects but once I am on the jsp that really contains : the applet I wanna debug, the debug session in eclispe terminates : automatically. : Very annoying, I have to use a lot of system.out or JOptionpane to show me : the info. : any better solution?
| m*****k 发帖数: 731 | 3 No, applet communicates extensively with server, something not easy to mock
out. we do have some standalone for dev/debug purpose. |
|