是否有使用phpstorm 8.0.3对xdebug 2.3+进行分析支持?
[xdebug]
zend_extension = "/usr/lib/php5/20121212/xdebug.so"
xdebug.remote_autostart=1
xdebug.remote_handler=dbgp
xdebug.remote_enable=1
xdebug.remote_port="9000"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="</home/karborator/tmp/profiling>"
xdebug.profiler_enable_trigger=1
当我尝试使用Chrome扩展程序xdebug帮助程序开始分析时,没有任何反应。
答案 0 :(得分:0)
如果配置正确,您应该在查询请求后在xdebug.profiler_output_dir中获取cachegrind文件。
这几乎是PHPStorm目前支持的整个分析集成。 您无法使用PhpStorm显示存储在此文件中的数据。
在Linux系统上,您可以使用KCacheGrind查看和分析输出的分析报告。