David Kirby wrote:
>
> Hi,
Hello,
>
> I am having big problems with jdb in the jdk 1.2 v2 release with RH 6.0,
> breakpoints don't break for instance. Has anyone else seen this?
Yes. I've noticed this after switching to the JDK1.2-only classes like
Collections.
I needed to debug my own class which use the Collection framework and debugging
is *not* possible. Always when I do 'stop in MyClass.main' or 'stop at
MyClass:10', I see only breakpoint hit and after that program's finished. What
I've done to workaround this is put rt.jar in CLASSPATH and use jdb from
JDK117v3. Amazingly it works.
My configuration: RH 6.0, kernel 2.2.9, JDK1.2v2 native threads, sunwjit (tried
tya also).
>
> David
-Jacek
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]