php - XDebug: IDE Key settings cannot be changed -
i following instruction on xdebug site, want use phpstorm ide. follow steps , set following in c:\xampp\php\php.ini
:
[xdebug] zend_extension=c:\xampp\php\ext\php_xdebug-2.5.4-5.6-vc11.dll dbgp_idekey=phpstorm xdebug.idekey=phpstorm xdebug.enable=1 xdebug.remote_enable=1
i set dbgp_idekey=phpstorm
in environment variables. @ chrome side, set ide key phpstorm
as well.
but no matter how hard try, each time when restart xampp apache, in phpinfo()
shows ide key xdebug_eclipse
. don't know set , why doesn't overwritten.
Comments
Post a Comment