PHPStrom Xdebug和Wamp - 不检测断点

时间:2016-04-01 20:41:30

标签: php wamp xdebug

我不能让Xdebug与PHPStorm2016和Wamp一起工作。这是一些细节。

我已在我的本地计算机上安装了Chrome和WAMP上的PhpStorm,Xdebug。 我的工作目录位于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 Server pictures

Debug Configuration and server pictures

如果我开始侦听PHP调试连接本地主机被阻止,我需要在调试器中单击下一步以显示页面

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

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

欢迎任何帮助

1 个答案:

答案 0 :(得分:0)

我找到了解决方案。基本上,您需要使用following instructions

编辑.htacess文件