Reputation: 370
I am using eclipse PDT for my project development in PHP.
I want to make changes in some functions in existing project. So I need to trace at how many places the function is been called.
Is there any way I do this in Eclipse PDT ?
Thanks in advance.
Upvotes: 1
Views: 93
Reputation: 370
Open file in eclipse and follow steps
Now you can see in Changes to be performed section in dialog box, where the function is been called.
Upvotes: 1