vscode调试单个PHP脚本文件

安装完vscode里的debug插件后,

在WorkSpace setting:添加上php的可执行文件:

zend_extension=G:\php\php-7.2.5-Win32-VC15-x64\php_xdebug-2.6.0-7.2-vc15-x86_64.dll
xdebug.remote_enable=1
xdebug.remote_autostart=1

猜你喜欢

转载自www.cnblogs.com/yunche/p/9213996.html