Debugging PHP scripts

If you are familiar with code debugging, the built-in PHP debugging features might be helpful to you.

For PHP debugging features to work, you must have PHP installed on your computer and you must also have xDebug extension added to your PHP setup.

The following topics provide more information: