PHP debug tools provides various debug tools, including: script trace debugging (using the xdebug extension), error debugging, manual debugging using a debug() function that generates a backtrace and other useful information, and debugging database queries.
| Tags | PHP Debug debugger |
|---|---|
| Licenses | BSD Revised |
| Implementation | PHP JavaScript |
Recent releases


Release Notes: Minor feature enhancements. A new tool: lib/dump.php with dump() and dump_tofile() functions. dump() is a light version of debug() with just basic features and a light interface.


Release Notes: Minor bugfixes. Issues when including the debug console via auto_prepend_file have been fixed. Short open tags in some of the files have been fixed.


Release Notes: Initial freshmeat announcement.