0

我已经安装了 xdebug 和 qCachegrind,这是 KCachegrind 的 windows 版本。但在这个界面上看不到任何分析数据。

可能是我无法正确配置它。

让我告诉你,我已经安装了 Xdebug,我正在 webgrind 上查看它。

在这里,我发布了 xdebug 的 ini 设置:

zend_extension = C:\xampp\php\ext\php_xdebug-2.4.0-5.6-vc11.dll
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 0
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
debug.trace_output_dir = "C:\xampp\tmp"

有人请在这里帮助我,以前使用过它,在互联网上找不到太多帮助。

4

0 回答 0