X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.help/html/ar04.html b/net.sourceforge.phpeclipse.help/html/ar04.html new file mode 100644 index 0000000..588a5b2 --- /dev/null +++ b/net.sourceforge.phpeclipse.help/html/ar04.html @@ -0,0 +1,7 @@ +Debugging a Project On a Web Server Using PHPEclipse and XDebug

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.