Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/248.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 在windows中使用xdebug评测drupal,但没有评测文件_Php_Windows_Drupal_Profiling_Xdebug - Fatal编程技术网

Php 在windows中使用xdebug评测drupal,但没有评测文件

Php 在windows中使用xdebug评测drupal,但没有评测文件,php,windows,drupal,profiling,xdebug,Php,Windows,Drupal,Profiling,Xdebug,我第一次尝试在Windows中使用Xdebug配置文件,但是没有生成任何配置文件。我在Stack Overflow和其他类似问题上看到了一些答案,都试过了,但都没有用 我的设置是Windows8.1,PHP5.4,使用WAMP堆栈。Xdebug已启用,工作正常。这只是我似乎无法工作的分析部分 [xdebug] xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_host=l

我第一次尝试在Windows中使用Xdebug配置文件,但是没有生成任何配置文件。我在Stack Overflow和其他类似问题上看到了一些答案,都试过了,但都没有用

我的设置是Windows8.1,PHP5.4,使用WAMP堆栈。Xdebug已启用,工作正常。这只是我似乎无法工作的分析部分

[xdebug]
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
;xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1
xdebug.profiler_append=1
xdebug.profiler_output_name="cachegrind.out.%H-%R-%s"
xdebug.profiler_output_dir="C:/Users/Badlapje/profiler"
xdebug.remote_log="C:/wamp/logs"

我当然尝试过使用
xdebug.profiler\u enable
而不是
enable\u trigger
,但是这两种方法都没有创建一个
cachegrind.out
文件。

你可以使用xhprof目录
C:/Users/Badlapje/profiler
存在并且可以由PHP编写吗?