无法在Windows上使用XDEBUG,WEBGRIND

时间:2016-07-15 14:08:37

标签: php xdebug webgrind

我正在尝试使用Webgrind。 谁能帮助我走上正轨。 我有以下情况。 Windows-7 64位 APACHE - 2.4.9 PHP - 5.5.12 with XDEBUG 2.4.0和 Webgrind 1.3(最新版本)安装在: http://localhost/webgrind/

出于测试目的,我有一个非常小的PHP脚本执行

phpinfo();

我的“D:\ wamp \ www \ webgrind \ tmp”目录中没有任何文件。 所以我在“http://localhost/webgrind/”窗口中也看不到任何内容。

任何人都可以告诉我哪里出错了。日Thnx。

在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';

0 个答案:

没有答案
相关问题