netbeans上运行Xdebug,但等待本地主机使用WAMP,但没有回应的Windows 8.1

问题描述:

家伙,我花了将近12小时,并审查了WAMP,Netbeans 8.0.2,PHP 5.5.12和PHP扩展和XDEBUG的所有答案配置2.3.3配置php.ini文件和WAMP和PHP以及WWW文件中的文件运行良好。和我的php.ini配置如下:netbeans上运行Xdebug,但等待本地主机使用WAMP,但没有回应的Windows 8.1

zend_extension = "c:\wamp\bin\php\php5.5.12\ext\php_xdebug-2.3.3-5.5-vc11-x86_64.dll" 
; 
[xdebug] 
xdebug.remote_enable=on 
xdebug.remote_handle=dbgp 
xdebug.remote_host=localhost 
xdebug.remote_port=9000 
xdebug.remote_autostart=1 
xdebug.profiler_enable = off 
xdebug.profiler_enable_trigger = off 
xdebug.profiler_output_name = cachegrind.out.%t.%p 
xdebug.profiler_output_dir = "c:/wamp/tmp" 
xdebug.remote_cookie_expire_time = 3600 
xdebug.show_local_vars=0 

甚至为运行phpinfo();从NetBeans中的PHP文件,我得到的错误如下图所示:

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT (03:38:32:924 | error, network) 
    at https://anddogen.com/ad.php?u=08aa4bec8d2ecf3cbc43cd659ec5d353&c=gpupdater&p=1 
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT (03:38:33:753 | error, network) 
    at https://anddogen.com/ad.php?u=08aa4bec8d2ecf3cbc43cd659ec5d353&c=gpupdater&p=1 
Debugging session with browser was closed. 

我不得不想也许这个问题肯定是因为我的电脑网络的根,但由于IM在网络不好,几乎放弃this.could任何一个可以告诉什么继续? 谢谢大家。

+0

找出正确的答案通过:http://zurmo.org/forums/index.php?/topic/921-easy-debugging-with-netbeans-and-xdebug/问题是,在您配置本地主机的IP地址,你应该取消选择“停止在第一线”,这是默认的NetBeans 8.0.2 – moh89

无法加载资源:net :: ERR_BLOCKED_BY_CLIENT意味着您可能正在浏览器中运行一些阻止此请求的插件。尝试其他浏览器或禁用插件。