xdebug 没有看到类变量

发布于 2024-10-18 12:21:49 字数 117 浏览 0 评论 0原文

我让 xdebug 可以与 netbeans 和 eclipse 一起使用,但我只看到函数中声明的变量,而不是类/对象级别上声明的变量。 $this 不存在于显示的变量中。我不知道我应该在 xdebug 上更改什么设置?

i got xdebug to work with netbeans and eclipse, but i am seeing only variables declared in the function, not on the class/object level. $this is not present in the displayed variables. i cant figure out what setting i should change on xdebug?

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

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

发布评论

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

评论(1

公布 2024-10-25 12:21:49

尝试更新你的 xdebug PHP 模块 - 这听起来类似于(但不完全相同)Xdebug 中的已修复错误PHP 5.3 上的 2.0 中未显示局部变量 - 该问题已在 Xdebug 2.1 中修复,尽管听起来您遇到了相反的问题。

Try updating your xdebug PHP module - this sounds similar (but not identical) to a fixed bug in Xdebug 2.0 on PHP 5.3 where local variables weren't displayed - that issue was fixed in Xdebug 2.1, though it sounds like you have the opposite problem.

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