2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 05:16:31 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<appendix xml:id="debugger" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2008-02-19 21:45:32 +00:00
|
|
|
<title>Debugging in PHP</title>
|
1999-06-06 18:51:02 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<sect1 xml:id="debugger-about">
|
2008-02-19 21:45:32 +00:00
|
|
|
<title>About debugging in PHP</title>
|
2001-01-22 01:34:53 +00:00
|
|
|
<simpara>
|
2020-10-18 17:29:36 +00:00
|
|
|
PHP is shipped with the <link linkend="migration56.new-features.phpdbg">phpdbg</link> interactive debugger.
|
|
|
|
External debuggers can also be used. The
|
2007-06-20 22:25:43 +00:00
|
|
|
<link xlink:href="&url.zend.ide;">Zend IDE</link> includes
|
2002-02-01 18:13:16 +00:00
|
|
|
a debugger, and there are also some free debugger extensions
|
2007-06-20 22:25:43 +00:00
|
|
|
like DBG at <link xlink:href="&url.dbg;">&url.dbg;</link>, the
|
|
|
|
<link xlink:href="&url.apd;">Advanced PHP Debugger</link> (APD) or
|
2008-02-19 21:45:32 +00:00
|
|
|
<link xlink:href="&url.xdebug;">Xdebug</link>.
|
2001-01-22 01:34:53 +00:00
|
|
|
</simpara>
|
|
|
|
</sect1>
|
|
|
|
|
2000-01-24 21:01:18 +00:00
|
|
|
</appendix>
|
1999-06-06 18:51:02 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
2001-12-12 20:47:43 +00:00
|
|
|
indent-tabs-mode:nil
|
1999-06-06 18:51:02 +00:00
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
1999-06-06 18:51:02 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
2001-09-21 22:47:49 +00:00
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
1999-06-06 18:51:02 +00:00
|
|
|
-->
|