php断点调试软件xdebug
1.
访问https://xdebug.org/wizard
2查看php.info的源代码复制黏贴
3.安装提示步骤操作放入php/etc文件夹下
4.配置php.ini
使用xampp的同学可以使用
5.在最后加入提示的那行
然后在加入配置
给出我的配置
[Xdebug] zend_extension = C:\phptest\php\ext\php_xdebug-2.9.6-7.4-vc15-x86_64.dll xdebug.remote_enable=1 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey="PHPSTORM"
6.重启apache
就可以看到
再次访问info.php