您好,我的PHP项目是build立在远程testing机器上。 我需要使用eclipse IDE进行debugging。 我该如何进步? 我开始知道我应该更喜欢Xdebug而不是Zenddebugging器。
请澄清我的疑问。
这是一个很好的指导: http : //devzone.zend.com/article/2930
当你到达这个位时:
xdebug.remote_enable=On xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug.remote_handler="dbgp"
只需将localhost更改为您的外部IP地址即可