1

我正在尝试在 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 扩展!

4

2 回答 2

1

请检查您的 phpinfo() 输出 - 它应该包含“Xdebug”部分。请参阅Xdebug 安装指南

Xdebug 是否安装正确?

于 2011-05-21T12:39:46.757 回答
0

看看这里的教程:http: //blogs.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/

您还可以查看 KomodoIDE 远程调试说明,看看它们是否对您有所帮助:http ://docs.activestate.com/komodo/6.1/debugphp.html#debugphp_top 。

于 2011-05-21T12:56:35.423 回答