I run Eclipse 3.5.2 and debug the class that calls the method - call it flaky()- in one of my other .jar files. When I enter flaky(), it shows the source code on a tab in the debugger with a file name like Flaky.class.
The problem is that the code I see looks old and outdated, so I wonder what file I'm looking for.
Is there any way to find out the path to the file that displays Eclipse?
source
share