我正在尝试使用 Webgrind。谁能帮助我走上正轨。我有以下情况。Windows-7 64 位 APACHE - 2.4.9 PHP - 5.5.12 与 XDEBUG 2.4.0 和 Webgrind 1.3(最新版本)安装在: http://localhost/webgrind/
出于测试目的,我执行了一个非常小的 PHP 脚本
phpinfo();
我的“D:\wamp\www\webgrind\tmp”目录中没有任何文件。所以我在“ http://localhost/webgrind/ ”窗口中也看不到任何东西。
谁能告诉我哪里出错了。谢谢。
php.ini
;XDEBUG Extension
zend_extension = d:\wamp\bin\php\php5.5.12\ext\php_xdebug-2.4.0-5.5-vc11-x86_64.dll
[xdebug]
xdebug.remote_enable = off
xdebug.profiler_enable = On
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:\wamp\www\webgrind\tmp"
xdebug.show_local_vars=0
webgrind\config.php
static $storageDir = 'D:/wamp/www/webgrind/tmp';
static $profilerDir = 'D:/wamp/www/webgrind/tmp';