At 05:15 PM 1/27/00 +0000, Nick Fortescue wrote:
>
>JDE: 2.1.6beta16
>NTEmacs: 20.4.1
>
>Does JDebug not yet set breakpoints and debug in inner classes
>successfully?
>
>The trace output seems to show that the breakpoint is set for the outer
>class source file, and then when the inner class is processed it fails to
>find it.
>
Setting breakpoints in inner classes is supported by JPDA on which JDEbug
is based.
Several points:
- If you are using jikes, recompile with javac. jikes does not support JPDA.
- Somebody on this list said that failure to detect breakpoints is
a known bug that Sun promises to fix in JDK 1.3. I don't know whether this
is true. You might want to try JDK 1.3beta.
- If you like, send me a copy of your buffers, especially the *JDEbug*
buffers and I will see if I can detect any JDE problems.
- Paul