Global variables no longer appear in Xdebug Client of Sublime Text 2

Asked

Viewed 101 times

0

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

I’m having problems with both Ubuntu 12.04 and Fedora 17. Not if the problem is related to some Xdebug update or even the Xdebug Client plugin since I didn’t change anything in Fedora 17 and stopped displaying. Has anyone ever had this problem or have any suggestions? I attach images to illustrate.

  • I’m sorry @brasofilo, I did on linux here and I didn’t pay attention to that detail. I’ve fixed the format, thanks for your attention.

1 answer

1

Check in the settings of xdebug if the item xdebug.dump_once is enabled if not enabled as follows:

xdebug.dump_once => On => On

For more information see documentation.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.