PHPStrom Xdebug和Wamp-不检测断点


PHPStrom Xdebug and Wamp - Does not detect breaking point

我无法使用PHPTorm2016和Wamp进行Xdebug工作。以下是一些细节。

我已经在本地机器上安装了PhpStorm、Chrome上的Xdebug和WAMP。我的工作目录位于WAMP上的www/b2b working/

PHP.INI

[xdebug]
zend_extension ="C:'wamp64'bin'php'php5.6.16'ext'php_xdebug-2.4.0-5.6-vc11-x86_64.dll"
xdebug.remote_enable = on
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="C:/wamp64/tmp"
xdebug.show_local_vars=0

Web服务器图片

调试配置和服务器图片

如果我开始监听PHP调试连接,localhost被阻止,我需要在调试器中单击"下一步"来显示页面

然而,当我试图在我的项目上找到一个位于localhost/b2b中的断点时,它并没有抓住任何断点。我不知道我错过了什么。

We服务器上的验证调试器配置已全部检查

任何帮助都欢迎

我找到了解决方案。基本上,您需要使用以下说明编辑.htaccess文件