Is it possible see all the references to an object in execution time?

Ok, Netbeans show all the references to an object.

First, run the project in debug mode CTRL + F5, after, show the Loaded Classes Alt + Shift + 4 or Window->Debug->Loaded Classes.

Choose the class will want to see the references and double click on it.

Pause the execution and there is.

In the top is the attributes of the object, and in the bottom, all references to it.

In the bottom area where is "ReferĂȘncias" shows the references of the selected object

Leave a Comment