X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.help/html/pt01.html b/net.sourceforge.phpeclipse.help/html/pt01.html new file mode 100644 index 0000000..36fd479 --- /dev/null +++ b/net.sourceforge.phpeclipse.help/html/pt01.html @@ -0,0 +1,2 @@ +Part I. Getting Started with PHPEclipse

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