Xdebug Profiler with Zend Server - 无输出/转储
Posted
技术标签:
【中文标题】Xdebug Profiler with Zend Server - 无输出/转储【英文标题】:Xdebug Profiler with Zend Server - No output / dumps 【发布时间】:2012-12-06 20:33:34 【问题描述】:我似乎无法让 Xdebug 从分析器中导出任何内容。 Xdebug 本身工作得很好,但是分析器有问题,这些是我的php.ini
设置:
-
[XDebug]
xdebug.profiler_enable=0
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir="C:\Zend\ZendServer\tmp\xdebug-profiler"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
有人遇到过这种情况,或者有什么建议吗?
【问题讨论】:
【参考方案1】:看来Xdebug不会继续为你创建输出目录了,我创建了C:\Zend\ZendServer\tmp\xdebug-profiler
,现在问题解决了。
【讨论】:
以上是关于Xdebug Profiler with Zend Server - 无输出/转储的主要内容,如果未能解决你的问题,请参考以下文章