欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php xdebug的配置有关问题

程序员文章站 2024-01-12 11:46:04
...
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命令.

4.文章原创自小桔灯分类信息网 http://www.xiaojudeng.com/ 转载请注明出处.

php xdebug的配置有关问题

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频