php xdebug的配置问题
[Xdebug]
zend_extension_ts="C:/php_xdebug.dll"
xdebug.profiler_enable=on
xdebug.profiler_output_dir="E:/xdebug/"
xdebug.remote_enable=on
xdebug.default_enable=on
xdebug.collect_return=on
xdebug.auto_trace=on
xdebug.remote_autostart=on
;xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9090
xdebug.collect_params = 1
xdebug.trace_output_dir="E:/xdebug/"?
配置时注意事项:
1.关闭zend以及其他加速器;
2.注意选择nts版或者ts版,这个主要是php配置中的线程安全一项 Thread Safety
3.如果是用的iis,需要重启iis服务,而不是使用iisreset命令.
立即学习“PHP免费学习笔记(深入)”;
4.文章原创自小桔灯分类信息网 http://www.xiaojudeng.com/ 转载请注明出处.
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号