From 7ef5a787ae761af431ee64139e73fbb24ae1f128 Mon Sep 17 00:00:00 2001 From: Mark Kronsbein Date: Fri, 1 Feb 2002 18:13:16 +0000 Subject: [PATCH] Added APD git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69216 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/debugger.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appendices/debugger.xml b/appendices/debugger.xml index d6b2301226..2bc91f07e0 100644 --- a/appendices/debugger.xml +++ b/appendices/debugger.xml @@ -1,5 +1,5 @@ - + Debugging PHP @@ -12,8 +12,9 @@ PHP 4 does not have an internal debugging facility. You can use one of the external debuggers though. The Zend IDE includes - a debugger, and there is also a free debugger extension - named DBG at &url.dbg;. + a debugger, and there are also some free debugger extensions + like DBG at &url.dbg; or the + Advanced PHP Debugger (APD).