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).