質問

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

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top