Initial import of the Guide contributed to the project byRobert Kraske. Was originall...
[phpeclipse.git] / net.sourceforge.phpeclipse.help / docbook-src / guide / src / en / user-manual / debug.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- jEdit buffer-local properties: -->
3 <!-- :indentSize=2:noTabs=true: -->
4 <!-- :xml.root=docmaster.xml: -->
5
6 <chapter id="cpt.debug">
7   <title>Debugging</title>
8   <para>
9     The following section (<xref linkend="sec.debug_php"/>) describes one of the most interesting aspects when developing software: Debugging.
10   </para>
11
12   <para>
13     The second section (<xref linkend="sec.debug_php"/>) within this chapter will describe how you can debug &phpeclipse; itself. In case you want to find out how things work, or you found a bug in &phpeclipse; and want to help the &phpeclipse; developers.
14   </para>
15
16   &debug_php;
17   &debug_phpeclipse;
18
19 </chapter>