xdebug3配置

来源:赵克立博客 分类: PHP 标签:XDebug发布时间:2022-01-28 15:43:33最后更新:2022-04-23 16:01:53浏览:375
版权声明:
本文为博主原创文章,转载请声明原文链接...谢谢。o_0。
更新时间:
2022-04-23 16:01:53
温馨提示:
学无止境,技术类文章有它的时效性,请留意文章更新时间,如发现内容有误请留言指出,防止别人"踩坑",我会及时更新文章
zend_extension="php_xdebug.dll"

; 代码覆盖率
; xdebug.mode=coverage
; xdebug.start_with_request = default


; 分析模式
; xdebug.mode= profile
; xdebug.start_with_request = default


; 调试模式
xdebug.mode= debug
; 自动启动调试会话
xdebug.start_with_request = yes


; 调试ide所在主机ip
xdebug.client_host="127.0.0.1"
xdebug.client_port=9740
xdebug.profiler_append = 1
xdebug.profiler_output_name = "callgrind.out.%t-%s"
xdebug.output_dir = xdebug
xdebug.log_level = 7
xdebug.trigger_value = ""
xdebug.use_compression = true
;分析过程中有新请求时单独用一个新文件来记录,还取决于 xdebug.profiler_output_name,定义的名字是否会冲突
xdebug.profiler_append = 1
xdebug.remote_handler = "dbgp"
xdebug.idekey="PHPSTORM"



微信号:kelicom QQ群:215861553 紧急求助须知
Win32/PHP/JS/Android/Python