I’m writing Java in eclipse and I’m just wondering if there’s a shortcut or a way to open the class of the screen you are looking at when debugging an application.
So, I’m debugging a very large application, and at some point I open a dialog within the application, and I want to know which class in the Java project contains the code responsible for this dialog. Is there a shortcut to open this class in eclipse?
1 Answer