由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How you guys debug applet?
相关主题
新手一问Help with Tomcat for Eclipse v1.03
如何显示密码窗口,然后等待正确输入后继续再问个java的蠢问题,别骂我
java applet启动花很多时间怎么回事?问几个菜问题
how do you debug java applet?问几个菜问题2
Java Resource一问愣是笨到家----整不明白applet的path
Re: How to write to a file on server in an applet?how to repeat the last typed line in eclipse?
a question regarding applet如何学习 Hadoop
赶快帮帮我!为什么我这个html找不到applet class?
相关话题的讨论汇总
话题: debug话题: applet话题: guys话题: contains话题: very
进入Java版参与讨论
1 (共1页)
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.
1 (共1页)
进入Java版参与讨论
相关主题
为什么我这个html找不到applet class?Java Resource一问
能这样编网站吗?Re: How to write to a file on server in an applet?
How do a Servlet sent a Applet?a question regarding applet
Re: experience of handling local files in applet?赶快帮帮我!
新手一问Help with Tomcat for Eclipse v1.03
如何显示密码窗口,然后等待正确输入后继续再问个java的蠢问题,别骂我
java applet启动花很多时间怎么回事?问几个菜问题
how do you debug java applet?问几个菜问题2
相关话题的讨论汇总
话题: debug话题: applet话题: guys话题: contains话题: very