At 08:13 PM 2/28/00 +0000, Matthew Conway wrote:
>> 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

Yes, I forgot to mention not to use jikes. But I still have a problem even
when compiling with javac.

>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.
>

With JDK 1.3, it's important to debug in -classic mode. The response of the
debuggee app is unbearably slow (at least with a Swing app) when the
hotspot compiler is running.

I checked this with Sun's debug team and they also recommended turning off
the hotspot compiler.

- Paul

Reply via email to