<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/debugger.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'debugger-about.php',
    1 => 'Debug in PHP',
    2 => 'Debug in PHP',
  ),
  'up' => 
  array (
    0 => 'debugger.php',
    1 => 'Debugging in PHP',
  ),
  'prev' => 
  array (
    0 => 'debugger.php',
    1 => 'Debugging in PHP',
  ),
  'next' => 
  array (
    0 => 'configure.php',
    1 => 'Configure options',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'appendices/debugger.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="debugger-about" class="sect1">
   <h2 class="title">Debug in PHP</h2>
   <p class="simpara">
    PHP 4 non ha un sistema interno per il debugging.
    È possibile utilizzare comunque dei debugger esterni.
    <a href="http://www.zend.com/en/products/studio/" class="link external">&raquo;&nbsp;Zend IDE</a> include
    un debugger; ci sono anche delle estensioni di debugging gratuite
    come DBG su <a href="http://www.php-debugger.com/dbg/" class="link external">&raquo;&nbsp;http://www.php-debugger.com/dbg/</a> oppure
    <a href="https://pecl.php.net/apd" class="link external">&raquo;&nbsp;Advanced PHP Debugger</a> (APD) o
    <a href="http://xdebug.org/" class="link external">&raquo;&nbsp;Xdebug</a>.
   </p>
  </div><?php manual_footer($setup); ?>