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 — Enable internal PHP debugger (PHP 3)
Popis
int debugger_on
( string $address
)
Enables the internal PHP debugger, connecting it to address .
Parametre
- address
-
The host name of the debugger.
Vrátené hodnoty
Returns 1 on success, 0 on error.
Poznámky
This function is only available in PHP 3.
debugger_on
day at PLEASENOSPAM dot daybarr dot com
05-Sep-2005 05:26
05-Sep-2005 05:26
gubed at mccabe . nu
10-Aug-2004 02:33
10-Aug-2004 02: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
