使用 phpStudy + VSCODE 进行 PHP 断点调试
自己摸索过程有点曲折,但还是配置成功了,现分享如下。
原料
- phpStudy 2018
- VSCODE
配置过程
- 安装 phpStudy 2018
- 切换到 php 7.1 + Apache
- 在php.ini 中打开 xdebug
- 安装 FastAdmin
- 安装 VSCODE
- 安装 VSCODE phpdebug 插件
- 配置 VSCODE phpdebug
使用 phpStudy + VSCODE 进行 PHP 断点调试
原文地址:https://www.cnblogs.com/F4NNIU/p/10035658.html