Added APD

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69216 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Kronsbein 2002-02-01 18:13:16 +00:00
parent 26bc4474fe
commit 7ef5a787ae

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<appendix id="debugger">
<title>Debugging PHP</title>
@ -12,8 +12,9 @@
PHP 4 does not have an internal debugging facility.
You can use one of the external debuggers though. The
<ulink url="&url.zend.ide;">Zend IDE</ulink> includes
a debugger, and there is also a free debugger extension
named DBG at <ulink url="&url.dbg;">&url.dbg;</ulink>.
a debugger, and there are also some free debugger extensions
like DBG at <ulink url="&url.dbg;">&url.dbg;</ulink> or the
<ulink url="&url.apd;">Advanced PHP Debugger</ulink> (APD).
</simpara>
</sect1>