[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Debug JDK source

I misspoke -- I am using JDK 1.6.0.16.

I added src.zip to see if that addition would allow me to step
into JDK source.  It did not.

Just to be clear.  I run Galileo using 1.5.0.20 and I compile
my apps/applets using either 1.5.0.20 or 1.6.0.16.  Neither of those
runtime environments will allow me to step into JDK source while debugging.

Ken

Mauro Molinari wrote:
kwarner ha scritto:
I run Galileo on JDK 1.5.20 and I can compile and run with either 1.5.20 or 1.6.14 and
break points are recognized correctly in both runtimes. But I cannot step through
JDK source even though I have added src.zip to the Systems Libraries
Preferences -> Java -> Installed JREs edit and add jdk1.5/src.zip.

First of all you shouldn't need to add source ZIPs if you are actually using JDKs and configured them properly in Eclipse.


Secondly, there's a serious bug in 1.6.0_14 that causes problems with the debbuger (for instance: breakpoints not hit) and that was solved in 1.6.0_16. So, try this version or a 1.6.0<14.

See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137

Mauro.