Debugging - All references of a class/object

16 June 2008

Consider 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.

References

del.icio.us:Debugging - All references of a class/object  digg:Debugging - All references of a class/object  spurl:Debugging - All references of a class/object  wists:Debugging - All references of a class/object  simpy:Debugging - All references of a class/object  newsvine:Debugging - All references of a class/object  blinklist:Debugging - All references of a class/object  furl:Debugging - All references of a class/object  reddit:Debugging - All references of a class/object  fark:Debugging - All references of a class/object  blogmarks:Debugging - All references of a class/object  Y!:Debugging - All references of a class/object  smarking:Debugging - All references of a class/object  magnolia:Debugging - All references of a class/object  segnalo:Debugging - All references of a class/object  gifttagging:Debugging - All references of a class/object

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

Leave a Reply