New Xdebug configuration manual. contributed by Ian MacLennan .
[phpeclipse.git] / net.sourceforge.phpeclipse.help / html / ar03.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Debugging a Project Locally Using PHPEclipse and XDebug</title><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.html" title="Debugging in PHP Eclipse"><link rel="up" href="pt01.html" title="Part I. Getting Started with PHPEclipse"><link rel="prev" href="ar02s04.html" title="Conclusion"><link rel="next" href="ar03s02.html" title="Creating a Simple Script"></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 a Project Locally Using PHPEclipse and XDebug</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar02s04.html">Prev</a> </td><th width="60%" align="center">Part I. Getting Started with PHPEclipse</th><td width="20%" align="right"> <a accesskey="n" href="ar03s02.html">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="phpeclipse.debugginglocal"></a>Debugging a Project Locally Using PHPEclipse and XDebug</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Ian</span> <span class="surname">MacLennan</span></h3></div></div><div><div class="legalnotice"><a name="id2496395"></a><p></p></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><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></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="phpeclipse.debugginglocal.introduction"></a>Introduction</h2></div></div></div><p>This tutorial assumes that you already know the basics of creating
2     projects and PHP files using PHP Eclipse. It also assumes that you have a
3     functional web server that has the XDebug module installed.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ar02s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ar03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Conclusion </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Creating a Simple Script</td></tr></table></div></body></html>