我正在尝试在 ubuntu 11.04 上使用phpstorm 2.1 配置 xDebug 。但什么都不会发生。
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 扩展!