ActiveState Community

$GLOBALS not showing in debug window?

Posted by zburnham on 2008-08-20 06:44

Am I supposed to be seeing a $GLOBALS in my debug tab? (Yes, I know, they're to be avoided, but I don't have a choice in the matter.)

troyt | Wed, 2008-08-20 12:27

What language are you debugging? Can you give us some sample code?

zburnham | Thu, 2008-08-21 09:07

This was in PHP, and I can't replicate it with test code. I'm coming from Zend Studio, where $GLOBALS is visible in the debug window. Looks like Komodo doesn't present a difference between local vars and global ones.

Can I just say, also, that it's great that ActiveState actually answers questions in its support area. We're working with Magento (which is why I'm trying Komodo, as Zend Studio chokes on trying to build inspection data) and Varien is much less likely to answer a question in a timely manner, if they answer it at all.