vscode调试thinkhphp

第一步先安装xdebug扩展,我用宝塔环境,所以一键安装

vscode调试thinkhphp

 

第二步、在vscode中安装插件

vscode调试thinkhphp

 我的php.ini是这样的

vscode调试thinkhphp

 

 

xdebug.remote_enable = 1
xdebug.remote_autostart = 1

 

第三步、在所需调试PHP文件中添加断点,然后F5开启调试模式,并访问浏览器

vscode调试thinkhphp

 

vscode调试thinkhphp

 

 vscode调试thinkhphp

 

 至此结束

 

上一篇:Eclipse IDE配置PHP开发、调试环境


下一篇:PHPUNIT xdebug codecoverage无法在控制台(mac)MAMP 1.9 PRO中工作