Pergunta

I've setup komodo IDE together with xdebug to do remote debugging PHP. Everything is working fine. Now i want to watch some variables while debugging is in progress. I can watch any variables without problem but i couldn't watch any PHP SERVER variable, for example how to watch the $_SERVER['SERVER_NAME'] , If i use $_SERVER or SERVER or $SERVER , it will return 0. Anyone know how to do it ?

Thanx

Foi útil?

Solução

Komodo has a specific tab for super globals. In the bottom left it has "Watch", "Locals" and "Superglobals". For SERVER, GET, POST etc, you'd want the "Superglobals" tab to be activated.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top