Debugging - All references of a class/object
16 June 2008Consider the following scenario. You have a class and you with to see all the references of it. It’s definitely worth seeing that. Eclipse 3.3 provides this functionality.
Mark a class (whose references you want to see) in the Java editor and choose All Instanced from the context menu.
If you want to display references of the specific object, follow the following procedure:
In the Variable window, right click on the object and choose All References. A popup window will appear with all references. Go to the menu in the Variables view and choose Java->Show Reference to see all references of all available objects.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: Debugging - All references of a class/object