basically i have this method, where it’s being called all over the place in my php program. Is there a way in netbeans to find out exactly where or how many times that particular method is being called in my php program?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can install and use xdebug: http://wiki.netbeans.org/HowToConfigureXDebug.
Go through this article, it also cover tracing, which may help you understand the execution flow: http://devzone.zend.com/1120/introducing-xdebug/