php debug/phpstorm调试

apache+phpstorm调试php代码,修改php.ini配置文件开启调试,没有以下代码加上即可,

[XDebug]
zend_extension="C:\php\php-7.0.12-nts\ext\php_xdebug.dll" xdebug.remote_enable
= 1 xdebug.remote_autostart = 1

 

posted @ 2017-08-15 16:23  stumpx  阅读(303)  评论(0编辑  收藏  举报