[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Not able to step into JDK source code with Galileo

On 9/3/09 2:22 PM, kwarner wrote:
Environment: Vista 64; Galileo; JDK 1.5.0.20 and JDK 1.6.0.16
Running Galileo on JRE 1.5.0.20

Galileo runs great on Vista 64 with JRE 1.5.0.20 but I cannot step
into any JDK source while debugging. Even the most public source.

Step filtering is disabled and I have a source attachment for rt.jar.

I think this is a bug.

Does anyone on this list know where I can ask a question about this issue
because nobody on this list seems to know anything about this problem and
I really need a solution.

Probably the reason you don't have much response is because it works for everyone else.


Some things to check:
a) how are you certain that Eclipse is running in on a spefic JVM? Are you using eclipse.ini?


b) You say that you have JDK 1.5 but Eclipse is running in JRE 1.5 - since the JRE has no source that could be the problem.

c) In the Launch Configurations you are using to run your application(s), is it specified to use the JDK that you've attached source for?

Hope this helps,
Eric