How to set up server side PHP debugging with Zend and Eclipse
May 1st, 2009
Almost all php scripts are used in web apps and therefore it is essential to debug scripts in the context of a web application rather than debugging a php file in isolation. This recipe describes how to set up the Zend debugger for debugging php scripts of a running web application.
