I am using Eclipse 3.5 and I attached the src.zip to my global settings in Eclipse.
Windows--> Preferences -->Java -->Installed JREs -->rt.jar - Source attachment - ...../j
You may have the compiler set to include debugging information in YOUR class files, but the class files in rt.jar weren't compiled that way. You need to either recompile all the source for the classes in rt.jar (not for the faint of heart), or download a debug build of the jdk.