martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

Superglobal variables are filed in while regular variables appear as <uninitialized> #123

Closed ekosynth closed 9 years ago

ekosynth commented 9 years ago

I'm stepping through various breakpoints on my site and I see that the superglobal variables, e.g. $_POST, $_SERVER, $_SESSION are populated, whereas my regular variables are even when I know they contain values.

image

Has anyone else seen this?

ekosynth commented 9 years ago

I seems this is a known issue when using older versions of xdebug. I fixed it by updating XAMPP to get the latest version of xdebug.