Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Question about the debug view

Hi,
I have a (stupid) question:
is there a way to see the content of the super global variable $GLOBALS when debugging a PHP application (in my case using XDebug)?
I can see all other super global variables ($_COOKIE, $_ENV, $_FILES, ....) in the debug view, except this one.

Thierry.

Back to the top