如何配置 Eclipse 调试以跟踪使用的类(php 文件)?

发布于 2024-12-04 17:59:38 字数 221 浏览 1 评论 0原文

如果你想跟踪从调试方法加载的类(更具体地说是 php 类),该怎么做呢?

我使用 Xdebug,假设我们有以下示例:

一个 html 文件,其中包含一个表单,以及一个由前一个 .php 文件引用的 php 文件。

如何配置 XDEBUG 自动(无需手动插入断点)停止添加每个类(引用-使用的 php 文件)。因此,在我们的例子中,停止在 php 文件的第一行,而不在那里设置断点。

if you want to follow the classes loaded (to be more specific php classes) from a debug method, what is the way to do that.

I use Xdebug and lets say we have the following example:

One html file with a form inside it and one php file referenced by the previous .

How to config XDEBUG to automatically (without manual inserting of breakpoints) stop add every class(php file referenced-used). So in our case to stop on the first line of the php file without setting a breakpoint there.

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

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

发布评论

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

评论(1

表情可笑 2024-12-11 17:59:38

我不使用 Eclipse 来运行 PHP,但是在菜单中,有 Run ->添加类加载断点,然后指定类过滤器,它适用于 Java,所以我想 PHP 也会有类似的东西。

I don't use eclipse for PHP, but in menu, there is Run -> Add class load breakpoint and then you specify class filter and it works for Java, so I suppose there will be something similar for PHP.

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