【发布时间】: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