1 <?xml version="1.0" encoding="UTF-8" ?>
2 <?NLS TYPE="org.eclipse.help.toc"?>
3 <toc label="Debugging in PHP Eclipse with Xdebug" topic="html/index.html">
4 <topic label="Getting Started with PHPEclipse" href="html/pt01.html">
5 <topic label="Installing PHPEclipse" href="html/ar01.html">
6 <topic label="Introduction" href="html/ar01.html#phpeclipse.installing.introduction"/>
7 <topic label="Installing the PHPEclipse Plugin" href="html/ar01s02.html"/>
8 <topic label="Conclusion" href="html/ar01s03.html"/>
10 <topic label="Creating a Project Using PHPEclipse" href="html/ar02.html">
11 <topic label="Introduction" href="html/ar02.html#phpeclipse.creatingproject.introduction"/>
12 <topic label="Creating the Project" href="html/ar02s02.html"/>
13 <topic label="Adding a Source File to the Project" href="html/ar02s03.html"/>
14 <topic label="Conclusion" href="html/ar02s04.html"/>
16 <topic label="Debugging a Project Locally Using PHPEclipse and XDebug" href="html/ar03.html">
17 <topic label="Introduction" href="html/ar03.html#phpeclipse.debugginglocal.introduction"/>
18 <topic label="Creating a Simple Script" href="html/ar03s02.html"/>
19 <topic label="Setting up the Debugger" href="html/ar03s03.html">
20 <topic label="Specifying the PHP Interpreter Path" href="html/ar03s03.html#phpeclipse.debugginglocal.setupdebugger.interpreterpath"/>
21 <topic label="Creating the Debug Configuration" href="html/ar03s03.html#phpeclipse.debugginglocal.setupdebugger.debugconfiguration"/>
23 <topic label="Adding a Breakpoint" href="html/ar03s04.html"/>
24 <topic label="Watching our Script Run" href="html/ar03s05.html"/>
25 <topic label="Conclusion" href="html/ar03s06.html"/>
27 <topic label="Debugging a Project On a Web Server Using PHPEclipse and XDebug" href="html/ar04.html">
28 <topic label="Introduction" href="html/ar04.html#phpeclipse.debuggingremote.introduction"/>
29 <topic label="Setting up the Debugger" href="html/ar04s02.html">
30 <topic label="Specifying the PHP Interpreter Path" href="html/ar04s02.html#phpeclipse.debuggingremote.setupdebugger.interpreterpath"/>
31 <topic label="Creating the Debug Configuration" href="html/ar04s02.html#phpeclipse.debuggingremote.setupdebugger.debugconfiguration"/>
33 <topic label="Conclusion" href="html/ar04s03.html"/>