mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 01:42:09 +01:00
38 lines
1.3 KiB
XML
38 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 027f187b3ed8cdec60db6f83baf8f62b536d1101 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<appendix xml:id="debugger" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Débogueur PHP</title>
|
|
<sect1 xml:id="debugger-about">
|
|
<title>À propos du débogueur en PHP</title>
|
|
<simpara>
|
|
PHP embarque le <link linkend="migration56.new-features.phpdbg">débogueur interactif phpdbg</link>.
|
|
Des débogueurs tiers peuvent aussi être utilisés.
|
|
L'environnement de développement <link xlink:href="&url.zend.ide;">Zend IDE</link>
|
|
inclut un débogueur, et il y a les extensions gratuites telles que DBG
|
|
(<link xlink:href="&url.dbg;">&url.dbg;</link>),
|
|
<link xlink:href="&url.apd;">Advanced PHP Debugger</link> (APD) ou
|
|
<link xlink:href="&url.xdebug;">Xdebug</link>.
|
|
</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:
|
|
-->
|