Xdebug Notepad++ DBPG 插件本地和全局上下文未显示 [英] Xdebug Notepad++ DBPG Plugin local and global context not showing

查看:39
本文介绍了Xdebug Notepad++ DBPG 插件本地和全局上下文未显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将 Xdebug 与 DBGP Notepad++ 插件

I am using Xdebug with the DBGP Notepad++ plugin

我可以很好地添加断点,监视列表将显示数组,有时对象和悬停在变量上会显示它们的值.然而,本地和全局变量选项卡不显示任何内容,每当我将鼠标悬停在对象或其方法上或刷新本地上下文时,插件就会断开连接并显示未定义错误"弹出窗口.xdebug 日志中似乎没有打印错误.

I can add breakpoints fine, the watchlist will show arrays and sometimes objects and hovering over variables shows their values. However the local and global variables tabs don't show anything and whenever I hover over an object or it's method or refresh local context the plugin disconnects with an 'Undefined error' popup. No error seems to be printed in the xdebug log.

我在带有 Symfony2 框架的 Windows 上使用 Notepad++ 6.4.3、Xdebug 2.2.0、Php 5.4.4、Xampp.

I am using Notepad++ 6.4.3, Xdebug 2.2.0, Php 5.4.4, Xampp on Windows with the Symfony2 framework.

我的 Xdebug 设置是.

My Xdebug settings are.

xdebug.auto_trace = 1
xdebug.collect_includes = 1
xdebug.collect_params = 1
xdebug.collect_return = 1
xdebug.default_enable = "On"
xdebug.extended_info = 1
xdebug.idekey = "xdebug"
xdebug.max_nesting_level = 100
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000
xdebug.show_local_vars = 9
xdebug.var_display_max_children = 128

谢谢.

推荐答案

我联系了插件的创建者,他说插件坏了,因为它没有更新到新版本的 notepad++/xdebug 并且他没有没时间更新了您可以在此处

I contacted the creator of the plugin and he says the plugin is broken because it hasn't been updated to work with newer versions of notepad++/xdebug and he hasn't got time to update it. You can see the discussion here

这篇关于Xdebug Notepad++ DBPG 插件本地和全局上下文未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆