mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 08:52:09 +01:00
38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: f2f5c11726c73b2859fca9864311ba853408fb0f 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 un débogueur interactif en ligne de commande de base
|
|
<link linkend="migration56.new-features.phpdbg">phpdbg</link>.
|
|
</simpara>
|
|
<simpara>
|
|
La plupart des IDE ont une prise en charge de <link xlink:href="&url.xdebug;">Xdebug</link>,
|
|
un outil de débogage gratuit, qui permet de déboguer pas à pas votre
|
|
code 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:
|
|
-->
|