$GLOBALs, not showing in Variables list while debugging

Am I missing something? I see my variables but I don't see the $GLOBALS. The only way I see the $GLOBALS in the variables list is if I actually assign the $GLOBALS to another variable. Then it appears!

E.g.

$FORCEGLOBAL=$GLOBALS;