Global variables no longer appear in Sublime Text 2 Xdebug Client

0

I have a problem with the Xdebug Client plugin. Until a couple of weeks ago it was perfect but now in the Xdebug Context tab there is no longer appearing the global variables and all variables that were previously displayed on this tab.

I'm having problems both in Ubuntu 12.04 and in Fedora 17. I do not know if the problem is related to some update of Xdebug or even the Xdebug Client plugin since I did not change anything in Fedora 17 and stopped displaying. Has anyone had this problem or any suggestions? Attached images to illustrate.

    
asked by anonymous 24.05.2014 / 22:06

1 answer

1

Check the xdebug settings if the xdebug.dump_once item is enabled, if it is not enabled as follows:

xdebug.dump_once => On => On

For more information, see documentation .

    
25.05.2014 / 00:53