xdebug 没有看到类变量
我让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试更新你的 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.