简体   繁体   English

Xdebug PHPStorm IDE ubuntu

[英]Xdebug PHPStorm IDE ubuntu

I am trying to configure xDebug with phpstorm 2.1 on ubuntu 11.04 In phpstorm I clicked "Start Listen PHP DEBUG CONNECTIONS" and "xdebug Start session" firefox bookmarklet from here http://www.jetbrains.com/phpstorm/marklets/ .我正在尝试在 ubuntu 11.04 上使用 phpstorm 2.1 配置xDebug But nothing doesn't happen.但什么都不会发生。

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

I broke my brains why it doesn't work.我打破了我的大脑为什么它不起作用。 Need advices.需要建议。 Very thanks很感谢

UPD SOLVED: XDEBUG should be installed as zend extension! UPD 已解决:XDEBUG 应安装为 zend 扩展!

Please check you phpinfo() output - it should contain 'Xdebug' section.请检查您的 phpinfo() 输出 - 它应该包含“Xdebug”部分。 See Xdebug installation guide请参阅Xdebug 安装指南

Does Xdebug installed correctly? Xdebug 是否安装正确?

Take a look at the tutorial here: http://blogs.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/ .看看这里的教程:http: //blogs.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/

You could also take a look at the KomodoIDE remote debugging instructions and see if they help you out: http://docs.activestate.com/komodo/6.1/debugphp.html#debugphp_top .您还可以查看 KomodoIDE 远程调试说明,看看它们是否对您有所帮助: http ://docs.activestate.com/komodo/6.1/debugphp.html#debugphp_top。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM