本博客将带大家实现,类似与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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-01-19
  • 2021-12-01
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2021-11-21
  • 2022-01-23
  • 2021-04-29
  • 2022-12-23
  • 2021-11-05
相关资源
相似解决方案