1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 16:02:13 +01:00
Files
archived-doc-es/appendices/debugger.xml
Pedro Antonio Gil Rodríguez d03362c8ff Revisión
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@337542 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-18 17:52:43 +00:00

44 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 56591e6754bc29c9cc36b5c901a47699f7bb421b Maintainer: seros Status: ready -->
<!-- Reviewed: yes Maintainer: seros -->
<appendix xml:id="debugger" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Depuración en PHP</title>
<sect1 xml:id="debugger-about">
<title>Sobre la depuración en PHP</title>
<simpara>
PHP 5.6 viene con el <link linkend="migration56.new-features.phpdbg">depurador interactivo phpdbg</link>.
Las versiones de PHP anteriores a la 5.6 no cuentan con una herramienta de depuración interna, sin embargo.
Aún así, se puede utilizar uno de los depuradores externos. El <link
xlink:href="&url.zend.ide;">IDE Zend</link> incluye
un depurador y existen también algunas extensiones de depuración gratuitas
como DBG en <link xlink:href="&url.dbg;">&url.dbg;</link>, el
<link xlink:href="&url.apd;">Depurador Avanzado de PHP</link> (APD, por sus
siglas en Inglés) o <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:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->