请输入您要查询的百科知识:

 

词条 phpeclipse
释义

简介

PHPeclipse这个插件包括的功能有:PHP语法分析,调试,代码格式化,大纲视图,代码模板定制等。如果平时要同时做一些java和php的Web应用,就需要使用Eclipse,可以安装PHPeclipse和MyEclipse,这样Eclipse就可以同时开发ajax,php,jsp程序了。安装Apache,Tomcat及php、Mysql和Eclipse插件(Eclipse + MyEclipse + Phpeclipse)

官方网址:http://www.phpeclipse.de/,http://www.phpeclipse.net/

PHPEclipse IDE built as an Eclipse plug-in. It takes advantage of a robust and widely used application framework. Wiki documentation and IRC support available.

关于phpeclipse

PHPEclipse 是一个 Eclipse 插件,它为 PHP 开发人员提供一个集成的开发环境.

软件概要

授权协议:免费软件

运行环境:java+Eclipse

软件类别:国外软件 / IDE

PHPEclipse功能

基本功能

语法

着色

括弧匹配

可折叠代码

参数提示

标注事件

鼠标悬停显示提示

内置PHP手册

代码模板

调试器

支持XDebug支持DBG版本控制

CVSSVN+连接性

SSH/SFTP ++FTPS ++

使用须知

使用PHPEclipse 之前, 需要安装以下软件:

Eclipse 3.1.x

J2SE 5.0

DBG PHP Debugger matching the PHP version you are using

Eclipse Web Tools Platform Project 1.0.x

关于调试的说明:

下载DBG php调试模块

参考以下链接:

http://superb-west.dl.sourceforge.net/sourceforge/dbg2/dbg-2.15.5-win32.zip , 解压到临时目录后,更名x86子目录下的php_dbg.dll-5.x.x为php_dbg.dll, 拷贝至php安装目录下的ext扩展所在目录,然后修改php.ini, 加入扩展项, 并且新增debug配置段:

[debugger]debugger.enabled = truedebugger.profiler_enabled = truedebugger.JIT_host = clienthostdebugger.JIT_port = 7869

在eclipse里新建php工程和php测试页面test.php,

将工程与apache 进行关联

test.php如下:echo "just a test";phpinfo();?>

启动apache, 在eclipse打开php web browser, 可以看到php info输出页面,若是有:

... DBG v2.15.5, (C) 2000,2007, by Dmitri Dmitrienko...信息输出的话,说明dbg调试模块与php集成已生效。若是没有正确集成,请检查上述步骤,并确保各配置参数正确,同时保证 php_dbg.dll所在路径在windows的PATH环境变量内。

在eclipse里设置php debug项,选中test.php,打开eclipse的菜单中的Run->debug...,在标签中新建一个PHP DBG script调试配置页,给定名字,并且在右栏各标签中填写类似如下内容:

File-> Project: phptestFile: test.phpArguments-> Working Dir: E:/data/project/phpTutoEnvirement-> Remote Debug: Remote Debug(勾上) Open with DBGSession URL in internal browser(勾上)Remote Sourcepath: E:\\data\\project\\phpTutoInterpreter: E:\\php\\php.exe

最后点击Apply, 切换到eclipse的Debug视图下,先在test.php中设置断点,然后选择eclipse的Debug菜单命令,此时程序将会在断点处挂起,现在就可以查看php变量 和步进跟踪php代码了。

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2025/2/12 4:01:59