Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PDT/FAQ

< PDT
Revision as of 09:45, 30 June 2010 by F.hackenberger.chello.at (Talk | contribs) (Does PDT include a debugger? Where can i find one?)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

General

What is PDT?

The PDT is working towards providing a fully functional PHP Integrated Development Environment framework for the Eclipse platform. This project will encompass all development components necessary to develop PHP-based Web Applications and will facilitate extensibility. It will leverage the existing Eclipse WTP Project in providing developers with PHP capabilities. The main components in this project are: Editor (syntax highlighting, code assist and code folding), Inspection (file / project outline and PHP explorer view) and Debug (PHP script and web page methods).

How is PDT licensed?

PDT is licensed in accordance with the Eclipse Public License. Third party components built using PDT are made available under their own licenses

Does PDT include a debugger? Where can i find one?

PDT doesn't come with any bundled debugger but you can download Zend Debugger from Zend.com or XDebug from bugzilla.

Please note that Zend does not seem to release the Zend Debugger as a stand alone download anymore. You can still download the Zend Server CE (for PHP 5.3) and extract the ZendDebugger.so from that package, if you need a debugger for PHP 5.3.

See:

How do I ask questions?

Questions about the use of PDT in user projects that are not addressed in this FAQ should be posted to the PDT newsgroup. Questions and comments regarding the implementation of PDT itself should be posted to the PDT mailing list.

How do I report a bug or request a feature?

PDT like all Eclipse projects, uses Bugzilla as its bug and feature tracking system. Entering a bug or a feature report is as simple as filling in a web form on the eclipse bugzilla page. The first time you enter a bug you will need to create a new bugzilla account for yourself by providing an email address and choosing a password. Before submitting a bug, please be sure to check the list of open PDT bugs and recentely closed PDT bugs.

How do I make a suggestion for this FAQ?

Sign up for a Bugzilla account, log in here, and contribute your FAQ questions and answers by clicking edit.

Installation

How do I install PDT?

See PDT/Installation.

How do I update PDT?

See PDT/Updates.

How do I convert an existing project to use PDT?

See How do I manually assign a project Nature or BuildCommand?

Additional Resources

Usage

How do I publish files from PDT to a server?

As of PDT 2.0, there is no longer a built-in facility for this. It was deprecated because a more robust solution, the Remote System Explorer (RSE), already exists. You can publish your files using RSE.

RSE does include a Getting Started section in the help system when you install it.

Can I publish (a selection of) individual files at any given moment with an easy user action?

Well, as far as it stands now (2009-11-19), if you want to use RSE with (s)ftp or ssh, this is still not so easy and very buggy.

In this post you can read the experience from someone who has spent some time on it.

How do I setup and use the Target Management Remote System Explorer?

There is an eclipse Live presentation that details how to setup and use the remote system explorer.

Back to the top