【发布时间】:2011-05-21 12:08:58
【问题描述】:
我正在尝试在 ubuntu 11.04 上使用 phpstorm 2.1 配置 xDebug 在 phpstorm 中,我从这里 http://www.jetbrains.com/phpstorm/marklets/ 中单击“开始监听 PHP 调试连接”和“xdebug 开始会话”firefox 书签。 但什么都不会发生。
PHP 5.3:
extension="xdebug.so" (not zend)
[xdebug]
xdebug.idekey = "PHPSTORM"
xdebug.remote_enable = 1
xbebug.remote_connect_back=1
xdebug.remote_port=9000
我绞尽脑汁为什么它不起作用。需要建议。非常感谢
UPD 已解决:XDEBUG 应作为 zend 扩展安装!
【问题讨论】: