今天使用xdebug的时候发现个问题,在eclipse中使用xdebug的时候,xdebug的进度条会一直停在57%,同时提示waiting for xdebug session。进过不断的排查,终于将问题解决,下面将如何解决这个问题的方法记录一下,毕竟解决这个鸟问题花了我大半天的时间。
出现这个错误的主要原因是浏览器和端口的问题。
解决方法:
1. 使用内部浏览器:
2. eclipse的 xdebug 端口要和 php.ini 里的端口要一致
3. 如果你打开发现找不到文件,可能是你没有配置url的方式,而成了二级目录
ok,经过以上操作,你的问题应该也得到解决了,如果还有其他问题的话,欢迎在下面留言指正。
您可能感兴趣的文章php提示php warning: date(): it is not safe to rely on the......错误的解决办法php提示call to undefined function curl_init() 错误的解决办法该如何解决php运行出现call to undefined function curl_init错误php提示maximum execution time of 30 seconds exceeded...错误的解决办法phpmyadmin cannot start session without errors错误解决办法dedecms中提示dedetag engine create file false的错误的解决办法php报fatal error allowed memory size of...内存不足的错误应该如何解决firefox 提示event is not defined错误的解决办法
http://www.bkjia.com/phpjc/764183.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/764183.htmltecharticle今天使用xdebug的时候发现个问题,在eclipse中使用xdebug的时候,xdebug的进度条会一直停在57%,同时提示waiting for xdebug session。进过不断的排...