您现在的位置: 启天网 >> 技术中心 >> 网站开发 >> 正文
今天是:
PHP环境问题:解决 xdebug 57% waiting for xdebug session 的好方法
PHP环境问题:解决 xdebug 57% waiting for xdebug session 的好方法
作者:未知    文章来源:网络    点击数:    更新时间:2011-1-17

网上查了不少资料, 这个方法不错:

在php.ini 中配置即可: 主要是改变了端口号, 你的9000端口很有可能被占用了

zend_extension_ts = "C:/PHP/ext/php_xdebug-2.0.5-5.2.dll"
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=17000
xdebug.remote_handler=dbgp
xdebug.profiler_enable=1
xdebug.profiler_output_dir="D:/xdebugLog"


本文编辑:junsan

  • 上一篇文章:
  • 下一篇文章: 没有了
  • 最新热点 最新推荐 相关文章
    TomCat 出现 OutOfMemoryError : PermGen s…
    struts2  jsp File "/struts-tags" not fou…
    关于Tomcat虚拟主机域名的设置--配置虚拟主…
    在Tomcat上配置Proxool的DataSource(Jndi) …
    eclipse部署关于tomcat错误 localhost-conf…
    使用jax-ws + tomcat + openssl构建基于htt…
    配置Tomcat 4使用SSL
    Tomcat配置Https (SSL)
    Apache Tomcat 7.0正式发布 支持Servlet 3.…
    Tomcat 6中proxool+jndi的配置
     网友评论:(最新10条。只代表网友观点,与本站立场无关!)