1
0
mirror of https://github.com/php/doc-zh.git synced 2026-04-24 00:28:08 +02:00
Files
2023-07-20 22:50:13 +08:00

39 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f2f5c11726c73b2859fca9864311ba853408fb0f Maintainer: jhdxr Status: ready -->
<!-- CREDITS: haohappy, mowangjuanzi -->
<appendix xml:id="debugger" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PHP 的调试</title>
<sect1 xml:id="debugger-about">
<title>关于 PHP 调试器</title>
<simpara>
PHP 附带了基础的命令行交互调试器 <link linkend="migration56.new-features.phpdbg">phpdbg</link>
</simpara>
<simpara>
大多数 IDE 都支持 <link xlink:href="&url.xdebug;">Xdebug</link>,一个免费的调试工具,允许对 PHP 应用程序进行单步调试。
</simpara>
</sect1>
</appendix>
<!-- 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
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->