define_syslog_variables> <debugger_off
Last updated: Mon, 28 Dec 2009

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
day at PLEASENOSPAM dot daybarr dot com
05-Sep-2005 09:26
The DBG Php Debugger website can be found at http://dd.cron.ru/dbg/
gubed at mccabe . nu
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

define_syslog_variables> <debugger_off
Last updated: Mon, 28 Dec 2009