我有以下在php.ini(Apache的2.4/5.5 PHP/Fedora的19)設置:LAMP Xdebug的加載,但沒有創造任何文件的任何地方
[XDebug]
zend_extension="/usr/lib64/php/modules/xdebug.so"
xdebug.remote_enable = On
xdebug.remote_handler = dbgp
xdebug.remote_mode=req
xdebug.remote_port = 9000
xdebug.remote_host = localhost
xdebug.show_local_vars=On
xdebug.dump_undefined=On
xdebug.collect_return=On
xdebug.idekey=netbeans-xdebug
xdebug.profiler_enable = 1
通過使用PHP的信息,我可以看到Xdebug的加載和所有安裝指令都正確加載。 但是,我無法在任何地方看到任何cachecgrind輸出。
我已經嘗試了這麼多的變化與一些指令,使用/ tmp或/ var/tmp +也不同的文件名。目前我將它保留爲默認值。
SeLinux已禁用。 /tmp具有適當的權限。 我已經嘗試過_trigger指令,並且默認情況下已啓用。 沒有任何cachegrind文件,通過使用updatedb & locate cachegrind進行確認。
你解決了這個問題嗎?我也有同樣的問題。 – ian
不知道:(我登錄了新的bug http://bugs.xdebug.org/view.php?id=993,但是沒有任何迴應.. – Ivan