使用aptana与easyphp +cakephp进行调试
我正在开始一个新项目,对于这个项目,我需要一个很棒的 IDE,它允许我进行调试。经过一番搜索后我想到了aptana。
但是这个项目有点具体,它必须与特定版本的php一起工作,并且没有通用扩展名(例如php_ingres),所以我想我不能使用aptana的内部服务器,否则它不会找到每个ingres函数。
我已经安装并运行了 EasyPhp 环境。
我使用此网络服务器(和 Chrome)创建了一个新的“简单服务器”和一个新的网络浏览器配置。但现在当我尝试调试它时,我看不到我的浏览器配置,看起来这里只显示内部服务器。那么可以将 aptana 与 easyphp 一起使用吗?如果是,怎么办?
如果没有,哪个 IDE 提供一些自动完成、调试并允许我使用自己的服务器?
非常感谢
I'm starting a new project, for this project, I need a great IDE, which allows me to debug. I thought to aptana after some search.
But this project is a little specific, it has to work with a specific version of php and has not common extension(e.g. php_ingres), so I think I cannot use the internal server of aptana, otherwise it will not find every ingres function.
I've an EasyPhp environnement installed and working.
I've created a new "Simple server" and a new web browser configuration using this webserver(and chrome). But now when I try to debug it, I cannot see my browser configuration, it looks like it display only internal servers here. So is this possible to use aptana with easyphp? If yes, how?
If not, which IDE provide some auto-completion, debugging and allows me to use my own server?
Thank you very much
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为 Netbeans 可以完成您的工作,请查看本指南:
http://wiki.netbeans.org/HowToConfigureXDebug
I think Netbeans can do your job, check this guide :
http://wiki.netbeans.org/HowToConfigureXDebug
Netbeans 很棒而且免费。但对于第一次使用的用户来说,可能很难找到解决办法。如果钱不是问题,我建议使用 phpDesigner 7 - http://www.mpsoftware.dk/ phpdesigner.php。简单明了,具有单词完成、调试功能,还允许您设置与服务器的 FTP 连接,以便您可以动态编辑文件。(但是,如果其任务是动态编辑文件的这种方法可能并不理想我建议使用 git 等版本控制平台,请在此处阅读更多信息 - http://progit .org/book/ch1-1.html )
Netbeans is great and is free too. But it maybe hard to figure your way around in that for a 1st time user. If money ain't a problem i'd suggest using phpDesigner 7 - http://www.mpsoftware.dk/phpdesigner.php. Easy and simple, with word completion, debugging features and also allows you to setup up an FTP connection to your servers so you can edit your files on the fly.(This method of editing files on the fly however may not be ideal if its mission critical data. I'd suggest using version control platforms like git, read more here - http://progit.org/book/ch1-1.html )
我最终使用了 code lobster,它不是最好的编辑器,但可以使用 easyPhp 并实际调试它。
I finally used code lobster, which is not the best editor but can use easyPhp and actually debug into it.