Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.03 KB

Xdebug.md

File metadata and controls

47 lines (26 loc) · 1.03 KB

Xdebug

https://xdebug.org/

http://xdebug.org.cn/

https://github.com/xdebug/xdebug

下载安装

https://xdebug.org/download.php

https://pecl.php.net/package/xdebug

[Xdebug] 
zend_extension=E:\env\win\ProgramData\php\ext\x64\ts\7.3\php_xdebug-2.8.0alpha1-7.3-vc15-x86_64.dll
xdebug.profiler_enable=On
xdebug.profiler_output_dir=E:\env\tmp\php\xdebug
xdebug.trace_output_dir=E:\env\tmp\php\xdebug

参考

日志文件

cachegrind.out.*

https://github.com/ceefour/wincachegrind

https://github.com/jokkedk/webgrind

参考