使用 phpStudy + VSCODE 进行 PHP 断点调试

使用 phpStudy + VSCODE 进行 PHP 断点调试

自己摸索过程有点曲折,但还是配置成功了,现分享如下。

原料

  1. phpStudy 2018
  2. VSCODE

配置过程

  1. 安装 phpStudy 2018
  2. 切换到 php 7.1 + Apache
  3. 在php.ini 中打开 xdebug
  4. 安装 FastAdmin
  5. 安装 VSCODE
  6. 安装 VSCODE phpdebug 插件
  7. 配置 VSCODE phpdebug

猜你喜欢

转载自www.cnblogs.com/F4NNIU/p/10035658.html