环境说明:
1、php7.2.1
2、php.ini配置
[Zend]
zend_extension=D:\work-Doc\wiki\php-7.2.11-Win32-VC15-x64\ext\php_xdebug-2.6.1-7.2-vc15-x86_64.dll
xdebug.remote_port=9000
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_handler=dbgp
xdebug.collect_vars = On
xdebug.collect_return = On
xdebug.collect_params = On
xdebug.profiler_enable=1
xdebug.profiler_output_dir=D:\work-Doc\wiki\xampp\tmp
解决办法:
导致xdebug老是不能加载,试了好多版本的,可是都不行,最后搜到一个解决方案: 把phpinfo()的信息拷贝到xdebug官网的一个测试页面: http://www.xdebug.org/find-binary.php ,让官网来测试我的环境找到合适的版本,这确实不错哦
结果:问题解决
---------------------
作者:禅码一杯茶
来源:CSDN
原文:https://blog.csdn.net/zeng133/article/details/83820890
版权声明:本文为作者原创文章,转载请附上博文链接!
内容解析By:CSDN,CNBLOG博客文章一键转载插件