I have Eclipse Helios SR1 installed on Windows XP. I am writing / debugging Java code using JDK 1.6.
When I debug and hit a breakpoint, Eclipse quickly shows me the stack. (See No. 1 in the attached image.)
However, highlighting a line of source code (light green, see # 2 in the attached image) appears very slowly. Oddly enough, when I first installed Eclipse, it was very fast. Now it is very slow. It takes about 15 seconds to highlight a light green color.
Any ideas what is wrong with my Eclipse installation / configuration?
FYI: very fast processor + 4 GB of RAM. Lots of disk space. I tried the Java Hello, World project. Just a few lines of code ... still the same problem when hitting a vanilla breakpoint.

source share