***** Setting up the debugger
-- The debugger extension only works with PHP 4.0.5 at this this time,
other versions will most assuredly cause an exception in php.exe.
-- Currently, the debugger only works with the CGI version of PHP on
the local machine.  
-- Put the dbgmon.dll in the same directory as your PHP CGI (php.exe).
-- In your PHP.ini, make sure you set max_execution_time, to as long as
you need to do your debugging.  This will be configurable from the Pub
later.
-- dbgmon.dll will open a connection back to PHPub in port 2134, so
make sure no other application is listening on this port.
