The DBG Php Debugger website can be found at http://dd.cron.ru/dbg/
debugger_on
(No version information available, might be only in CVS)
debugger_on — Habilita o depurador (debugger) interno (PHP 3)
Descrição
int debugger_on
( string $address
)
Habilita o depurador interno do PHP, conectando-o ao address . Esta função só está disponível no PHP 3.
Para mais informação veja o apêndice em Depurando (debugging) o PHP.
User Contributed Notes
debugger_on
debugger_on
day at PLEASENOSPAM dot daybarr dot com
05-Sep-2005 09:26
05-Sep-2005 09:26
gubed at mccabe . nu
10-Aug-2004 06:33
10-Aug-2004 06: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

debugger_off