本博客将带大家实现,类似与C-free 的断点调试功能

1,先把php拓展勾上

 phpstudy + phpstorm +Xdebug 配置php高级开发环境

2,在php.ini追加以下配置,完成后重启。

 phpstudy + phpstorm +Xdebug 配置php高级开发环境

3.安装phpstorm,然后摁Ctrl + Alt +S

phpstudy + phpstorm +Xdebug 配置php高级开发环境

配置Xdebug

phpstudy + phpstorm +Xdebug 配置php高级开发环境


phpstudy + phpstorm +Xdebug 配置php高级开发环境

开启监听

 phpstudy + phpstorm +Xdebug 配置php高级开发环境

4.重启phpstorm

相关文章: