This procedure describes how to debug a PHP Script from your workspace using an internal PHP Executable.
|
|
|
To locally debug a PHP Script:
|
A number of views will open with relevant debug information. 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.
|
|
|
Related Links: Remotely Debugging a PHP Script |
|
|