0

我已经设置了 xdebug 和 webgrind,并且已经生成了几个分析文件。这些生成的文件存储在哪里?

4

1 回答 1

0

您可以使用

xdebug.remote_connect_back=1
xdebug.profiler_enable = 1
xdebug.profiler_output_name = xdebug.out.%t
xdebug.profiler_output_dir = /tmp
xdebug.profiler_enable_trigger = 1

设置文件名和文件夹(xdebug.out.%t/tmp)不要忘记在保存 php.ini 后重新启动 apache

sudo service apache2 restart
于 2016-04-11T00:42:36.303 回答