2016-04-01 34 views
0

我無法使Xdebug與PHPStorm2016和Wamp一起工作。這裏有一些細節。PHPStrom Xdebug和Wamp - 未檢測到斷點

我在本地機器上安裝了Chrome和WAMP上的PhpStorm,Xdebug。 我的工作目錄位於WAMP通過www/B2B,工作/

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的項目上實際上有一個斷點時,它不會捕獲任何突變點。我不知道我錯過了什麼。

的驗證調試器配置上我們服務器的所有檢查

歡迎任何幫助

回答