At 03:29 PM 2/11/00 -0500, Jean-Pierre Dub wrote:
>Hi,
>
>Just after installing beta 18, breakpoints in named inner classes started to
>work. Now for whatever reasons they don't work anymore. Whenever I set a
>break point in an inner class I get the line not found ... in class ... I
>try to compile my code with Jikes, javac 1.2 and javac 1.3 without any luck.
>
Hi Pierre,
This has been discussed several times on the list. Setting breakpoints on
named inner classes, using the method currently used by JDEBug, works, if
at all, only on JDK 1.3 rc1. Supposedly it will work with the final version
of JDK 1.3. If it doesn't, there is another method that should work. I'll
consider implementing it if it appears that the JPDA team is unable to get
the current method (line number within source file) to work.
- Paul