在远程主机上进行简单测试和调试 drupal

发布于 2024-11-15 22:51:26 字数 290 浏览 3 评论 0原文

我有两个问题: 1.我在drupal6.test文件中多次看到那里有奇怪的测试代码,这是什么?应该做什么,以及我如何使用它(我应该吗?)

  1. 我的本地计算机(Windows 7)是192.168.1.150,我正在Linux共享(samba)上的我的网站上工作 - 他的IP是192.168.1.151,我做了一个共享并做了“映射网络目录”,所以现在我的网络根目录位于驱动器 Z:\ ...有没有办法在远程安装 xdebug在我工作时机器并调试 Drupal在我的Windows机器上开发?或者它必须位于本地主机上才能使其工作?

I have 2 questions:
1. I see many times in drupal6 .test files and there is weird test code there, what is this? And what is supposed to do, and how i use that (should i?)

  1. my local machine I'm (windows 7) is 192.168.1.150 and I'm working on my website on a Linux share (samba) - his ip is 192.168.1.151, i made a share and did "map network directory" so now my web root is on drive Z:\ ... is there a way to install xdebug on the remote machine and debug Drupal while I'm working & developing in my windows machine? Or it has to sit on the local host in order to make it work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝眼泪 2024-11-22 22:51:26
  1. .test 文件将由 Simpltest 模块使用。
    您可以通过安装 Simpletest 模块并使用 http://qa.drupal.org 上提供的补丁来加入 drupal.org QA
    大多数补丁会自动创建一个 .test 文件,以便用户可以参与测试。

  2. 如果您不需要参与 QA,则可以忽略这些文件。如果磁盘空间有问题,请将其删除。

  1. .test file are to be used by Simpltest module.
    You can join drupal.org QA by installing Simpletest module and using patches available at http://qa.drupal.org
    Most patches create a .test file automatically so users can participate in tests.

  2. If you do not need to participate in QA, you can ignore these files. If disk space is an issue, delete them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文