Debugging a Project On a Web Server Using PHPEclipse and XDebug

Ian MacLennan


Table of Contents

Introduction
Setting up the Debugger
Specifying the PHP Interpreter Path
Creating the Debug Configuration
Conclusion

Introduction

This tutorial assumes that you have already completed the tutorial on local debugging. Thus, you have already created a project and have created a simple script that can be examined during debugging and that a breakpoint has already been inserted. It also assumes that you have a functional web server that has the XDebug module installed.