Initial import of the Guide contributed to the project byRobert Kraske. Was originall...
[phpeclipse.git] / net.sourceforge.phpeclipse.help / html / index.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Debugging in PHP Eclipse</title><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Debugging in PHP Eclipse"><link rel="next" href="pt01.html" title="Part I. Getting Started with PHPEclipse"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Debugging in PHP Eclipse</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="pt01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="phpeclipse"></a>Debugging in PHP Eclipse</h1></div><div><p class="copyright">Copyright © 2007 </p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="part"><a href="pt01.html">I. Getting Started with PHPEclipse</a></span></dt><dd><dl><dt><span class="article"><a href="ar01.html">Installing PHPEclipse</a></span></dt><dd><dl><dt><span class="sect1"><a href="ar01.html#phpeclipse.installing.introduction">Introduction</a></span></dt><dt><span class="sect1"><a href="ar01s02.html">Installing the PHPEclipse Plugin</a></span></dt><dt><span class="sect1"><a href="ar01s03.html">Conclusion</a></span></dt></dl></dd><dt><span class="article"><a href="ar02.html">Creating a Project Using PHPEclipse</a></span></dt><dd><dl><dt><span class="sect1"><a href="ar02.html#phpeclipse.creatingproject.introduction">Introduction</a></span></dt><dt><span class="sect1"><a href="ar02s02.html">Creating the Project</a></span></dt><dt><span class="sect1"><a href="ar02s03.html">Adding a Source File to the Project</a></span></dt><dt><span class="sect1"><a href="ar02s04.html">Conclusion</a></span></dt></dl></dd><dt><span class="article"><a href="ar03.html">Debugging a Project Locally Using PHPEclipse and XDebug</a></span></dt><dd><dl><dt><span class="sect1"><a href="ar03.html#phpeclipse.debugginglocal.introduction">Introduction</a></span></dt><dt><span class="sect1"><a href="ar03s02.html">Creating a Simple Script</a></span></dt><dt><span class="sect1"><a href="ar03s03.html">Setting up the Debugger</a></span></dt><dd><dl><dt><span class="sect2"><a href="ar03s03.html#phpeclipse.debugginglocal.setupdebugger.interpreterpath">Specifying the PHP Interpreter Path</a></span></dt><dt><span class="sect2"><a href="ar03s03.html#phpeclipse.debugginglocal.setupdebugger.debugconfiguration">Creating the Debug Configuration</a></span></dt></dl></dd><dt><span class="sect1"><a href="ar03s04.html">Adding a Breakpoint</a></span></dt><dt><span class="sect1"><a href="ar03s05.html">Watching our Script Run</a></span></dt><dt><span class="sect1"><a href="ar03s06.html">Conclusion</a></span></dt></dl></dd><dt><span class="article"><a href="ar04.html">Debugging a Project On a Web Server Using PHPEclipse and
2   XDebug</a></span></dt><dd><dl><dt><span class="sect1"><a href="ar04.html#phpeclipse.debuggingremote.introduction">Introduction</a></span></dt><dt><span class="sect1"><a href="ar04s02.html">Setting up the Debugger</a></span></dt><dd><dl><dt><span class="sect2"><a href="ar04s02.html#phpeclipse.debuggingremote.setupdebugger.interpreterpath">Specifying the PHP Interpreter Path</a></span></dt><dt><span class="sect2"><a href="ar04s02.html#phpeclipse.debuggingremote.setupdebugger.debugconfiguration">Creating the Debug Configuration</a></span></dt></dl></dd><dt><span class="sect1"><a href="ar04s03.html">Conclusion</a></span></dt></dl></dd></dl></dd></dl></div><div class="list-of-figures"><p><b>List of Figures</b></p><dl><dt>1. <a href="ar01s02.html#phpeclipse.installing.findandinstall">Installing Additional Eclipse Features</a></dt><dt>2. <a href="ar01s02.html#phpeclipse.installing.installupdate">The Install/Update Window</a></dt><dt>3. <a href="ar01s02.html#phpeclipse.installing.newupdatesite">New Update Site Window</a></dt><dt>4. <a href="ar01s02.html#phpeclipse.installing.nightlybuilds">Selecting the PHPEclipse Nightly Builds for
3         installation</a></dt><dt>1. <a href="ar02s02.html#phpeclipse.creatingproject.filenewother">Creating a Project</a></dt><dt>2. <a href="ar02s02.html#phpeclipse.creatingproject.phpproject">Selecting PHP Project from the Wizard Selection List</a></dt><dt>3. <a href="ar02s02.html#phpeclipse.creatingproject.newphpproject">New PHP Project Window</a></dt><dt>4. <a href="ar02s02.html#phpeclipse.creatingproject.projectcreated">Workspace with the New PHP Project</a></dt><dt>5. <a href="ar02s03.html#phpeclipse.creatingproject.newphpfile">The New PHP File Window</a></dt><dt>1. <a href="ar03s03.html#phpeclipse.debugginglocal.xdebugsetup">XDebug Configuration Pane</a></dt><dt>2. <a href="ar03s03.html#phpeclipse.debugginglocal.debugconfiguration">Debug Configuration Window</a></dt><dt>3. <a href="ar03s04.html#phpeclipse.debugginglocal.debugbreakpoint">Debug Breakpoint</a></dt><dt>4. <a href="ar03s04.html#phpeclipse.debugginglocal.debugperspective">The Debug Perspective</a></dt><dt>1. <a href="ar04s02.html#phpeclipse.debuggingremote.xdebugsetup">XDebug Configuration Pane</a></dt><dt>2. <a href="ar04s02.html#phpeclipse.debuggingremote.debugconfigurationremote">Debug Configuration Window</a></dt><dt>3. <a href="ar04s02.html#phpeclipse.debuggingremote.debugconfigurationremotepathmap">Specifying the Path Map from Local to Remote Machine</a></dt><dt>4. <a href="ar04s02.html#phpeclipse.debuggingremote.remoteexecution">Executing our Script in the Web Browser</a></dt><dt>5. <a href="ar04s02.html#phpeclipse.debuggingremote.remotedebugxdebugvariable">Adding the XDEBUG_SESSION_START onto the Query String</a></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="pt01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Part I. Getting Started with PHPEclipse</td></tr></table></div></body></html>