Part I. Getting Started with PHPEclipse

Table of Contents

Installing PHPEclipse
Introduction
Installing the PHPEclipse Plugin
Conclusion
Creating a Project Using PHPEclipse
Introduction
Creating the Project
Adding a Source File to the Project
Conclusion
Debugging a Project Locally Using PHPEclipse and XDebug
Introduction
Creating a Simple Script
Setting up the Debugger
Specifying the PHP Interpreter Path
Creating the Debug Configuration
Adding a Breakpoint
Watching our Script Run
Conclusion
Debugging a Project On a Web Server Using PHPEclipse and XDebug
Introduction
Setting up the Debugger
Specifying the PHP Interpreter Path
Creating the Debug Configuration
Conclusion