从本地计算机远程生产服务器上的Xdebug

时间:2013-09-12 08:21:48

标签: php xdebug

我在设置远程xdebug会话时遇到问题。在远程生产服务器上,我有以下配置

zend_extension=/usr/lib/php5/20090626/xdebug.so
xdebug.remote_enable = on

xdebug.remote_port = 9000
xdebug.idekey = PHPSTORM
xdebug.trace_output_dir = /home/sh.mathster.ru/logs
xdebug.remote_log = /home/sh.mathster.ru/logs/xdebug.txt
xdebug.remote_connect_back = On

我也设置了我的PhpStorm6(默认为Xdebug,我的id和IDE键为DBGp)。

在行动中,我打开PhpStorm中的监听器,打开Chrome扩展程序中的调试(JetBrains扩展)并刷新生产主机(在浏览器中)。 但每次我得到500错误的消息有关执行时间限制(30或60秒,无论如何,它总是粉碎)

那么,如何实现这项工作?....

0 个答案:

没有答案