debugger.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 36 行

HTML
36
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Debugging in PHP</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="migrating5.errorrep.html">Error Reporting</a></div> <div class="next" style="text-align: right; float: right;"><a href="configure.html">Configure options</a></div> <div class="up"><a href="appendices.html">Appendices</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div>  <h1>Debugging in PHP</h1>  <div id="debugger-about" class="sect1">   <h2 class="title">About debugging in PHP</h2>   <p class="simpara">    PHP does not have an internal debugging facility.    You can use one of the external debuggers though. The    <a href="http://www.zend.com/en/products/studio/" class="link external">&raquo; Zend IDE</a> includes    a debugger, and there are also some free debugger extensions    like DBG at <a href="http://dd.cron.ru/dbg/" class="link external">&raquo; http://dd.cron.ru/dbg/</a>, the     <a href="http://pecl.php.net/apd" class="link external">&raquo; Advanced PHP Debugger</a> (APD) or    <a href="http://www.xdebug.org/" class="link external">&raquo; Xdebug</a>.   </p>  </div> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="migrating5.errorrep.html">Error Reporting</a></div> <div class="next" style="text-align: right; float: right;"><a href="configure.html">Configure options</a></div> <div class="up"><a href="appendices.html">Appendices</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?