0

我在设置远程 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 秒,无论如何,它总是崩溃)

那么,如何把这个作品带来呢?......

4

0 回答 0