IDE for PHP development and Drupal?

drupal, ide, php

Solution

There is an article on how to configure eclipse/pdt for drupal on drupal.org: Configuring Eclipse

You may also want to take a look at the complete list for development tools, as there are a lot of tools listed you may find helpful.

Problem

What tools are available for developing PHP programs. I'm particularly looking for something that can hook into Drupal so you can step through code and add breakpoints. Basically, a Visual Studio for PHP would be the best. Anyone know of this? Can you guys maybe mention what you currently use (even if it's just mentioning the text editor)? What is the industry standard?

Original source