<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.phpdbg.php',
    1 => 'phpdbg',
    2 => 'Interactive PHP Debugger',
  ),
  'up' => 
  array (
    0 => 'refs.basic.php.php',
    1 => 'Вплив на поведінку PHP',
  ),
  'prev' => 
  array (
    0 => 'function.zend-version.php',
    1 => 'zend_version',
  ),
  'next' => 
  array (
    0 => 'intro.phpdbg.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/phpdbg/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.phpdbg.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.phpdbg" class="book">
 
 <h1 class="title">Interactive PHP Debugger</h1>
 

 

 






 






 







<ul class="chunklist chunklist_book"><li><a href="intro.phpdbg.php">Вступ</a></li><li><a href="phpdbg.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="phpdbg.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="phpdbg.constants.php">Попередньо визначені константи</a></li><li><a href="ref.phpdbg.php">phpdbg Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.phpdbg-break-file.php">phpdbg_break_file</a> — Inserts a breakpoint at a line in a file</li><li><a href="function.phpdbg-break-function.php">phpdbg_break_function</a> — Inserts a breakpoint at entry to a function</li><li><a href="function.phpdbg-break-method.php">phpdbg_break_method</a> — Inserts a breakpoint at entry to a method</li><li><a href="function.phpdbg-break-next.php">phpdbg_break_next</a> — Inserts a breakpoint at the next opcode</li><li><a href="function.phpdbg-clear.php">phpdbg_clear</a> — Clears all breakpoints</li><li><a href="function.phpdbg-color.php">phpdbg_color</a> — Sets the color of certain elements</li><li><a href="function.phpdbg-end-oplog.php">phpdbg_end_oplog</a> — Ends an oplog</li><li><a href="function.phpdbg-exec.php">phpdbg_exec</a> — Attempts to set the execution context</li><li><a href="function.phpdbg-get-executable.php">phpdbg_get_executable</a> — Gets executable</li><li><a href="function.phpdbg-prompt.php">phpdbg_prompt</a> — Sets the command prompt</li><li><a href="function.phpdbg-start-oplog.php">phpdbg_start_oplog</a> — Starts an oplog</li></ul></li></ul></div><?php manual_footer($setup); ?>