一切福田,不離方寸,從心而覓,感無不通。

如何配置Eclipse PHP 集成开发工具(PDT)

下载Eclipse PDT All-In-One http://download.eclipse.org/tools/pdt/downloads/

安装Zend Debugger

 

· 选择Help->Software Updates->Find and Install
· 选择 Search for new features to install, 点击 Next
· 点击 the New Remote Site 按钮…
  1. Name: Zend Debugger
  2. URL: http://downloads.zend.com/pdt
· Zend Debugger 现在在Sites to include in search 列表被选中, 点击 Finish按钮。 同样的方式安装JSEclipse(如果需要团队合作还可以装上Subclipse提供对Subversion 的支持)

  1. Name: JSEclipse
  2. URL: http://download.macromedia.com/pub/labs/jseclipse/autoinstall
  1. Name: Subclipse 1.2.x
  2. URL: http://subclipse.tigris.org/update_1.2.x
  1. Name: Aptana
  2. URL:  http://update.aptana.com/update/3.2/

PDT调试方法 PHP Executable Debugger

PHP Web Server Debugger

  • Zend Web Server Debugger – 安装在Web 服务器端的调试工具
  • XDebug Components – XDebug用于Web 服务器端的调试 注:版本发布类型
  • Released Builds – 稳定经过测试的发布版,可能不包含最新的功能特性
  • Stable Builds – 对大多数人使用已足够稳定
  • Integration Builds – 每隔几天从开发内部发布的版本
  • Nightly Builds – 从CVS版本库每晚生成的版本
  • 转自:http://blog.csdn.net/hfnhzpe/article/details/2540855