Loading......
Oct
13
作者:quke.cn   |   分类:PHP

今天下载了PHP的IDE--PDT,准备看看php了。

 

下载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 按钮...

Name: Zend Debugger

URL: http://downloads.zend.com/pdt

· Zend Debugger 现在在Sites to include in search 列表被选中, 点击 Finish按钮。

 

同样的方式安装JSEclipse(如果需要团队合作还可以装上Subclipse提供对Subversion 的支持)

Name: JSEclipse

URL: http://download.macromedia.com/pub/labs/jseclipse/autoinstall

Name: Subclipse 1.2.x

URL: http://subclipse.tigris.org/update_1.2.x

Name: Aptana

URL:  http://update.aptana.com/update/3.2/

 

PDT调试方法

PHP Executable Debugger

 

Zend Executable Debugger - 免费的Eclipse插件,在Eclipse 环境提供可执行的调试功能

PHP Web Server Debugger

 

Zend Web Server Debugger - 安装在Web 服务器端的调试工具

XDebug Components - XDebug用于Web 服务器端的调试 

 

注:版本发布类型

Released Builds - 稳定经过测试的发布版,可能不包含最新的功能特性

Stable Builds - 对大多数人使用已足够稳定

Integration Builds - 每隔几天从开发内部发布的版本

Nightly Builds - 从CVS版本库每晚生成的版本

 

 Zend Debugger其实直接下载然后解压到相应目录也可使用,只不过要和服务器做配置。如:

php.ini 找到zend_extension_ts=....之所在,下面是缺省的样子:

zend_extension_ts = "F:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"

把它改成:

zend_extension_ts = "F:\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.6.v20070507\resources\php5\ZendDebugger.dll"

由 quke.cn 在 2008-10-16 02:42:24 做最后一次更新!
内容载入中...
  姓名(必填)
  邮箱(选填)
  主页(选填)
内容载入中...