Debugging a PHP Web Page
This procedure describes how to debug whole applications, projects, files or collections of files that are already on the server.
Note:
Your server must be running the Zend Debugger
or XDebug in order for remote debugging capabilities to function.
The Zend Debugger comes bundled with Zend Core and Zend Platform, but can
also be downloaded as a separate component from http://www.zend.com/en/products/studio/downloads.
|
|
|
To debug a PHP Web Page:
|
See the "Running and Analyzing Debugger results" topic for more information on the outcome of a debugging process. |
Note:
If the file contains 'include' or 'require' calls to
files which are not contained within the project, you must add
them to the project's Include Path in order to simulate your production
environment.
In addition, if a file defined with an absolute path to a server location
(See 'Include Paths' for more on absolute
file locations) is called, a Path Mapping dialog will appear. See Path
Mapping for more information.
|
|
|
Related Links: Locally Debugging a PHP Script |
|
|