开始调试 PHP (Drupal) 的最简单方法

发布于 2024-09-05 19:42:23 字数 245 浏览 6 评论 0原文

开始调试并点击 Drupal 安装中的特定行的最简单方法是什么?

  1. 一般来说?
  2. 与日食? (多难?)
  3. 在 Windows 上,了解并访问 Visual Studio(使用 Visual Studio 有多难?)

(无付费:免费或试用)

在 Windows 本地,我使用 Acquia Drupal WAMP 堆栈。在服务器 Ubuntu/Webmin/LAMP 上。

What is the simplest way to get started with debugging and hit a specific line in a Drupal install?

  1. Generally?
  2. With Eclipse? (how difficult?)
  3. On Windows, knowing and having access to Visual Studio (How Difficult with Visual Studio?)

(No Pay: Free or trial)

Locally on Windows I am using the Acquia Drupal WAMP-stack. On the server Ubuntu/Webmin/LAMP.

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

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

发布评论

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

评论(3

怕倦 2024-09-12 19:42:23

事实上,调试 Drupal 就像调试任何 PHP 应用程序一样简单:)
有一个 Visual Studio 插件添加了对 PHP http://www.jcxsoftware.com/ 的支持 - 它是商业的很遗憾。

如果您正在寻找使用 X-Debug 的免费解决方案,我推荐

正常工作,希望你不会生我的气,但是我'我也会推荐我自己的 IDE

  • HateML 2 - http://hateml.com/ - 尚未 100% 准备就绪,但与项目合作调试器相当完整。重要的是,我已经将其更新为与最新的 XDebug 版本一起使用,该版本破坏了某些旧 IDE 中对“手表”功能的支持。

还有基于 Java 的 IDE(如提到的 Eclipse、Aptana、NetBeans 等),但我没有使用它们的经验,因为它们对我来说消耗了太多内存

debugging Drupal is as easy as debugging any PHP application in fact :)
there's Visual Studio plugin which adds support for PHP http://www.jcxsoftware.com/ - it is commercial unfortunately.

If you're looking for free solutions working with X-Debug I'd recommend

well hopefully you won't be mad with mebut I'll recommend also my own IDE as well

  • HateML 2 - http://hateml.com/ - not 100% ready yet, but working with projects & debugger is pretty complete. What's important, I've updated it to work with latest XDebug release which broken support for "watches" feature in some old IDEs.

There are also Java-based IDEs (like mentioned Eclipse, or Aptana, NetBeans etc) however I have no experience with them as they consume way too much memory as for me

相思故 2024-09-12 19:42:23

有一些关于如何将 Eclipse 与 Xdebug 设置在一起的教程。这是我自己使用的一个很棒的组合。

有时,对于轻量级调试,我发现 Firefox 的 FirePHP 插件非常方便。

There's a few tutorials out there on how to setup Eclipse together with Xdebug. It's a great combo that I use myself.

Sometimes for light-weight debugging, I have found the FirePHP plugin to firefox to come really handy.

岛徒 2024-09-12 19:42:23

如果您正在寻找免费/操作系统选项,我建议您使用带有 XDebug 的 Eclipse PDT。

一个好的起点是
http://www.eclipse. org/pdt/articles/debugger/os-php-eclipse-pdt-debug-pdf.pdf

If you're looking for free/os options I would recommend using Eclipse PDT with XDebug.

A good place to start is
http://www.eclipse.org/pdt/articles/debugger/os-php-eclipse-pdt-debug-pdf.pdf

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