I'm running Eclipse 3.5.2 and am debugging a class which calls a method -- let's call it flaky()
-- in one of my other .jar files. When I step into flaky
(), it shows the source code in a tab in the debugger, with the filename as Flaky.class.
The problem is, the code I see looks old and out of date, so I'm wondering which file I'm looking at.
Is there any way to find out the path of the file Eclipse is displaying?