Table of Contents

Xdebug

Xdebug is a php debugger. It allows a developer to debug php applications in a similar manner to that of other languages. Clients can connect to xdebug remotely. NetBeans is an example of a remote client.

Debugging

xdebug gotchas

xdebug overloads several php functions, so they don't work exactly as they did before.