关于调试器

PHP 带来了 phpdbg 交互式调试器。也可以使用外部调试器。» Zend IDE 就是其中之一,它包含一个调试器。也有一些免费的调试器,比如在 » http://www.php-debugger.com/dbg/ 上的 DBG,» Advanced PHP Debugger(APD)或者 » Xdebug

add a noteadd a note

User Contributed Notes 2 notes

up
-7
pegasus.is.a.geek[at]gmail
3 years ago
NOTE: ADP hasn't been maintained since 2004
up
-24
Marco
2 years ago
Kint is an awesome debugger.
To quote the author ... Its var_dump BUT ON STEROIDS !

备份地址:http://www.lvesu.com/blog/php/debugger-about.php