phpstorm+wsl+xdebug断点调试

1:php配置
phpstorm+wsl+xdebug断点调试_第1张图片

phpstorm+wsl+xdebug断点调试_第2张图片

phpstorm+wsl+xdebug断点调试_第3张图片

这里注意
xdebug.client_host 配置的是宿主机的ip

2:phpstorm配置

phpstorm+wsl+xdebug断点调试_第4张图片

配置CLI Interpreters

phpstorm+wsl+xdebug断点调试_第5张图片

配置 Path mappings

phpstorm+wsl+xdebug断点调试_第6张图片

配置Servers

phpstorm+wsl+xdebug断点调试_第7张图片

端口确定

phpstorm+wsl+xdebug断点调试_第8张图片

配置PHP Remote Debug

3: 测试效果

image.png

开启调试

phpstorm+wsl+xdebug断点调试_第9张图片

完成

你可能感兴趣的:(laravelxdebug)