我试图在ubuntu11.04上使用phpstorre2.1配置xDebug,在phpstorm中,我单击了"Start侦听PHP调试连接“和"xdebug Start会话”火狐书签( http://www.jetbrains.com/phpstorm/marklets/ )。但什么都不会发生。
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应安装为ZendExtension!
发布于 2011-05-21 12:39:46
请检查phpinfo()输出-它应该包含'Xdebug‘部分。请参阅Xdebug安装指南
Xdebug安装正确吗?
发布于 2011-05-21 12:56:35
看看这里的教程:http://blogs.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/。
您还可以查看KomodoIDE远程调试说明,看看它们是否帮助您:顶部。
https://stackoverflow.com/questions/6081611
复制相似问题