appendices/debugger.xml
f2f5c11726c73b2859fca9864311ba853408fb0f
...
...
@@ -6,13 +6,13 @@
6
6
<sect1 xml:id="debugger-about">
7
7
<title>About debugging in PHP</title>
8
8
<simpara>
9
-
PHP does not have an internal debugging facility.
10
-
You can use one of the external debuggers though. The
11
-
<link xlink:href="&url.zend.ide;">Zend IDE</link> includes
12
-
a debugger, and there are also some free debugger extensions
13
-
like DBG at <link xlink:href="&url.dbg;">&url.dbg;</link>, the
14
-
<link xlink:href="&url.apd;">Advanced PHP Debugger</link> (APD) or
15
-
<link xlink:href="&url.xdebug;">Xdebug</link>.
9
+
PHP is shipped with a basic command line interactive debugger,
10
+
<link linkend="migration56.new-features.phpdbg">phpdbg</link>.
11
+
</simpara>
12
+
<simpara>
13
+
Most IDEs have support for <link xlink:href="&url.xdebug;">Xdebug</link>,
14
+
a free debug tool, which allows for single step debugging your PHP
15
+
applications.
16
16
</simpara>
17
17
</sect1>
18
18

19
19