debugger_on

(PHP 3)

debugger_on -- Enable internal PHP debugger (PHP 3)

Description

int debugger_on ( string address )

Enables the internal PHP debugger, connecting it to address. This function is only available in PHP 3.

For more information see the appendix on Debugging PHP.


add a note add a note User Contributed Notes
day at PLEASENOSPAM dot daybarr dot com
05-Sep-2005 08:26
The DBG Php Debugger website can be found at http://dd.cron.ru/dbg/
gubed at mccabe . nu
11-Aug-2004 05:33
Other debuggers available are

* Gubed PHP Debugger: http://gubed.sf.net
   (GPL)
   Gubed requires no special PHP modules and is available standalone and integrated in Quanta

* xdebug: http://xdebug.org
   (The Xdebug License)
   XDebug works through a PHP module, is integrated in a few editors afaik, unsure which