PHPStorm 10,XAMMP,Xdebug / ZendDebugger

时间:2015-11-11 14:04:51

标签: php debugging phpstorm xdebug zend-studio

在过去的几天里,我一直在尝试在本地计算机(Mac OS)上使用PHPStorm 10进行调试。我已经尝试过ZendDebugger和xdebug。

我似乎与两者都遇到了同样的问题。我设置了我的解释器,它说在XAMPP上安装了正确的调试器,但是当我在Web服务器上运行" Validate Debugger Configuration" PHPStorm中的工具它给出了错误:没有加载调试扩展。

以下是我对Xdebug的php.ini文件设置:

[Xdebug]
zend_extension=/Applications/XAMPP/etc/xdebug.so
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.profiler_enable=1
xdebug.profiler_output_dir=/Applications/XAMPP/xamppfiles/htdocs/sam-files/
xdebug.idekey=PHPStorm

我也一直在线使用以下资源:

https://www.jetbrains.com/phpstorm/help/configuring-xdebug.html

https://confluence.jetbrains.com/display/PhpStorm/Zero-configuration+Web+Application+Debugging+with+Xdebug+and+PhpStorm

任何关于此的指导都会很棒。

谢谢,

萨姆

1 个答案:

答案 0 :(得分:2)

使用PHPStorm终端

中的以下命令检查是否加载了正确的扩展名

php -i | grep xdebug

您可能需要检查以确保您还使用

加载正确的php.ini文件
php -i | grep ini