使用 Ubuntu 10 和 Ubuntu 调试 Drupal PHP5.2
嘿 我正在尝试使用 xdebug 调试 drupal ,这是系统信息:
PHP 版本 5.2.10-2ubuntu6
发行商 ID:Ubuntu 说明:Ubuntu 10.04.1 LTS 发布:10.04 代号:很清楚
,事情是我通过本地网络工作,所以我的机器是 192.168.1.100,服务器是 192.168.1.101
有没有办法使用 xdebug 调试它?我可以使用 zend studio 8 或 eclipse pdt 或您推荐的任何软件来执行此操作 请帮我
hey
im trying to debug drupal with xdebug , here is the system info:
PHP Version 5.2.10-2ubuntu6
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
the thing is that im working via local network so my machine is like 192.168.1.100 and the server is 192.168.1.101
is there a way to debug it using xdebug ? i can use zend studio 8 or eclipse pdt or whatever software you can recommend to do this
please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我曾经在windows下用xdebug搭建过Drupal调试环境。
不确定它是否也适用于 Ubuntu。但你可以看看并尝试一下。不要忘记在这里发布您的反馈(或直接回复我的博客:)。
这是 链接
更新:让它在我的 Ubuntu 10.10 上运行。基本上,上述链接中的步骤都很好,但您可能需要自己构建 xdebug,这在其文档中有很好的记录。
I once setup the Drupal debugging environment with xdebug under windows.
Not sure whether it applies to Ubuntu as well. But you can take a look and try. Don't forget to post your feedback here (or directly reply to my blog there:).
Here's the link
Update: got it working on my Ubuntu 10.10. Basically the steps in the above links are fine, except you might need to build the xdebug your self, which is quite well documented in its documentation.
是的,如果您遵循 xdebug 说明,设置非常容易。只需确保 xdebug 端口可通过网络使用(在您的 xdebug.ini 中)并且已启用并且它将像本地安装一样工作。
Yes, it is quite easy to set up if you follow the xdebug instructions. Just make sure that the xdebug port is available over the network (in your xdebug.ini) and that it is enabled and it will work as if it were installed locally.