运行 Xdebug on netbeans 但等待本地主机使用 WAMP 但在 windows 8.1 上没有响应

Running Xdebug on netbeans but waiting for localhost to using WAMP but No respond on windows 8.1

伙计们,我花了将近 12 个小时查看了 WAMP、Netbeans 8.0.2、PHP 5.5.12 和 PHP 扩展的所有答案配置以及 [= 上的 XDEBUG 2.3.3 配置20=] 文件和 WAMP 和 PHP 以及 WWW 文件中的文件 运行 很好。我的 php.ini 配置如下:

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.

我猜想问题可能是因为我的电脑网络根源,但因为我不擅长网络几乎放弃了 this.could 谁能告诉我发生了什么事? 谢谢大家

加载资源失败:net::ERR_BLOCKED_BY_CLIENT 表示您可能 运行 浏览器中的某些插件阻止了此请求。尝试其他浏览器或禁用插件。