> However, I still can't seem to reach a breakpoint in my servlet after
> attaching...

I had similar problem which went away once I used javac to compile my code
instead of jikes.  Now I have no problem debugging EJBs running under
weblogic using JDEbug.  Note for the original poster - the crashes I had
trying to use remote debugging with jpda went away once I started using  the
"-Djava.compiler=NONE" flag to the jvm I run my app in.

Matt


Reply via email to