PHPDebugger - Early build
PHPDebugger is a standalone server designed to help debugging PHP web-apps. Simple load the class
TADebugger and use
$sharedDebugger to post notification messages, function/method call backtraces or files back to PHPDebugger.
TADebugger - Ships with TADebugger.inc.php, the debugger's interface class.
Simple - Prints source line of error or exception automatically.
Preconfigured - Automatically sets up error and exception handler.
Networked - PHP web-apps communicates using TCP with PHPDebugger through LAN or internet.
Remote source view - To be debugged app sends sources to PHPDebugger on demand.
Available for OS X 10.4.x or newer.