I want to modify some code in the Eclipse JDT itself (In the "Debug Configurations" Dialog). I know how I can download the sources using CVS and all, but I wonder: what is the easiest way to find which packages I should download?
I guess I can guess that that particular element is, say, in the org.eclipse.jdt.debug package. But, is there a more "scientific" way to do that? Say, maybe a plug-in that lets me click on any widget in the Eclipse user interface and it will tell me what's the class behind it?