parent root
PHP: About debugging in PHP - Manual
PHP 7.2.23 Release Announcement

About debugging in PHP

PHP 5.6 is shipped with the phpdbg interactive debugger. PHP versions below 5.6 do not have an internal debugging facility though. You can use one of the external debuggers though. The » Zend IDE includes a debugger, and there are also some free debugger extensions like DBG at » http://www.php-debugger.com/dbg/, the » Advanced PHP Debugger (APD) or » Xdebug.

add a noteadd a note

User Contributed Notes 1 note

up
-1
pegasus.is.a.geek[at]gmail
4 months ago
NOTE: ADP hasn't been maintained since 2004
To Top
parent root