文字

关于调试器

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

用户评论:

[#1] 1UnitedPower [2014-01-25 19:14:12]

PHP 5.6.0 alpha finally ships with an interactive debugger called phpdbg.

Release-Documentation: http://docs.php.net/manual/en/migration56.new-features.php#migration56.new-features.phpdbg

phpdbg project page: http://phpdbg.com/

上一篇: 下一篇: