Paul Kinnucan wrote:
>
> >However, I'm not hitting most of the breakpoints that I've set. I don't
> >know if this is a Linux-specific problem or not, since I've been lazy to
> >reboot into NT and setup emacs, JDK, and JDE on the NT side. I also
> >haven't figured out a pattern to this - why some breakpoints work and
> >why some do not.
> >
>
> I experienced this problem with apps compiled with jikes. As soon as I
> switched back to javac, every breakpoint was hit. Also, please be aware
> that any breakpoints that you set while the app is running are
> non-persistant. Only breakpoints you set before running the app persist
> across debug sessions. I intend to fix the breakpoint model at some point.
>
Ah - that's probably it. I'll try a later version of jikes first, then
reluctantly turn to javac if I have to.