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 phpstormas 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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -