【问题标题】:Running Xdebug on netbeans but waiting for localhost to using WAMP but No respond on windows 8.1在 netbeans 上运行 Xdebug 但等待 localhost 使用 WAMP 但在 Windows 8.1 上没有响应
【发布时间】:2015-11-06 19:57:50
【问题描述】:

伙计们,我花了将近 12 个小时,查看了 WAMP、Netbeans 8.0.2、PHP 5.5.12 和 PHP 扩展的所有答案配置以及 php.ini 文件和 WAMP 和 PHP 以及文件中的 XDEBUG 2.3.3 配置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.

我猜这个问题可能是因为我的电脑网络根源,但因为我不擅长网络几乎放弃了这个。有人能告诉我发生了什么吗? 谢谢大家。

【问题讨论】:

  • 找出正确答案:zurmo.org/forums/index.php?/topic/… 问题是,在配置本地主机 IP 地址后,您应该取消选中 netbeans 8.0.2 默认的“在第一行停止”跨度>

标签: xdebug wampserver netbeans-8 netbeans-plugins php-5.5


【解决方案1】:

加载资源失败:net::ERR_BLOCKED_BY_CLIENT 意味着您可能在浏览器中运行了某个插件阻止了此请求。尝试其他浏览器或禁用插件。

【讨论】:

    猜你喜欢
    • 2015-07-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-08-09
    • 1970-01-01
    • 2017-09-04
    • 2015-10-16
    相关资源
    最近更新 更多