The following Quick Start page will help newcomers and (even) our veteran users familiarize themselves with this new version.
The Features covered in the Quick Start are:
The Workbench is a window that displays Perspectives, Views and menu bars through which different operations can be performed.
See the Workbench topic in the Workbench User Guide for more on using and customizing the Workbench.
Additional user guides can be accessed from inside PDT by going to Help | Help Contents, or from the Eclipse Online Documentation site (http://help.eclipse.org/).
Workspaces are the files system location where all your projects are created and stored.
You can use the default Workspace created by PDT or from the menu bar go to File | Switch Workspace | Other to select a different Workspace.
A project is a group of files and resources which are displayed in a tree in the Project Explorer view.
To create a new PHP project:
Go to the Menu Bar and select File | New | PHP Project.
-Or- In the Project Explorer View, right-click and select New | PHP Project.
See Creating PHP Projects for more information.
To create a new PHP file:
Go to the Menu Bar and select File | New | PHP File.
-Or- in Project Explorer view, right-click the folder in which you want to create your file and select New | PHP File
-Or- click the New PHP File icon on the toolbar . This creates a file outside of a project.
See Creating PHP Files for more information.
The debugger detects and diagnoses errors in PHP code situated on local or remote servers:
To debug a PHP script situated on your workspace:
To debug a PHP Web page situated on a server:
Debugging Preferences can be configured from the Debug Preferences page, which can be accessed from Window | Preferences | PHP | Debug.
See Debugging for more information.
To open a perspective go to Window | Open Perspective, select "Other" to view a full list of perspectives.
See PHP Perspectives and Views for more information.