宝塔+php+ssh+vscode+虚拟机 远程调试

远程(虚拟机)宝塔

安装扩展

宝塔+php+ssh+vscode+虚拟机 远程调试_第1张图片
配置文件添加,zend_extension看你虚拟机的具体位置

[Xdebug]
zend_extension=/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so
xdebug.mode=debug
xdebug.start_with_request=trigger
xdebug.client_host="127.0.0.1"
xdebug.discover_client_host=true
xdebug.client_port=9003
xdebug.remote_handler="dbgp"

宝塔+php+ssh+vscode+虚拟机 远程调试_第2张图片
重载
宝塔+php+ssh+vscode+虚拟机 远程调试_第3张图片

本地vscode

本地安装:ssh
远程安装:PHP Debug

宝塔+php+ssh+vscode+虚拟机 远程调试_第4张图片
配置远程php运行路径

宝塔+php+ssh+vscode+虚拟机 远程调试_第5张图片
宝塔+php+ssh+vscode+虚拟机 远程调试_第6张图片
然后开d
宝塔+php+ssh+vscode+虚拟机 远程调试_第7张图片

你可能感兴趣的:(php,ssh,vscode)