Guys, has anyone been able to remotely debug a PHP Web page that uses Ajax extensively? (I’m using Zend Debugger, by the way.) When I debug, the parts of the page that are queried through Ajax HTTP GET are not shown. Is any way fix this?
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.
Setting up Xdebug with the firefox xdebug helper plugin, and an ide like netbeans is the way to go. If you have multiple developers using your server, use the pydbgpproxy supplied by komodo.
Netbeans is the easiest to set up debugging with by the way, its one setting in the app and a couple against the project. Just make sure you map your paths properly and tell netbeans to not open a browser window so you control the debug start from firefox.