mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added APD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69216 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
26bc4474fe
commit
7ef5a787ae
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue