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

Environment: Galileo; JDK 1.5.20; JDK 1.6.14; Vista 64

Had a disk crash -- bought a new computer (Vista 64) -- reconfiguring EVERYTHING.

Upgraded from Eclipse 3.2.2 to Galileo.  Galileo runs great on Vista 64 -- no problem
except that I can no longer step through JDK source code in the debugger.

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.

I've tried everything I can remember but I can't seem to remember how to configure Galileo
step through JDK source.  That's a real handy thing to do.

I can open JDK source by right click on the class name and hover help opens and
shows the Javadoc correctly so I am touching the source somehow.

But I can't step into JDK source when I am debugging.  When I click the step into button
when debugging at a JDK class method, the debugger acts like I clicked step over.

So if some kind person could point me to the right action or documentation on how
to make the debugger step into JDK source code I would be most grateful.

Ken