- Add link / information of Xdebug.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108962 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-12-24 16:34:20 +00:00
parent 3b1bf4d62f
commit 5c8feb9abc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.20 $ -->
<!-- $Revision: 1.21 $ -->
<appendix id="debugger">
<title>Debugging PHP</title>
@ -13,8 +13,11 @@
You can use one of the external debuggers though. The
<ulink url="&url.zend.ide;">Zend IDE</ulink> includes
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).
like DBG at <ulink url="&url.dbg;">&url.dbg;</ulink>, the
<ulink url="&url.apd;">Advanced PHP Debugger</ulink> (APD) or
<ulink url="&url.xdebug;">Xdebug</ulink> which even has a compatible
debugger interface as PHP 3's debugging functionality as is described
in this section.
</simpara>
</sect1>