mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- 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:
parent
3b1bf4d62f
commit
5c8feb9abc
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue