1

1.配置wsl里php环境并安装xdebug扩展

[XDebug]
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_port = 9001
xdebug.client_port = 9002
xdebug.idekey = "PHPSTORM"
xdebug.remote_autostart = 1
xdebug.remote_handler="dbgp"
xdebug.remote_mode="req"
xdebug.mode="debug"

2.设置phpstorm

  • 打开设置-》php
    image.png
    image.png
    image.png
    image.png
    image.png
    image.png
    image.png
    image.png

3.安装浏览器扩展并设置

image.png

4.编辑一个监听

image.png

5.添加一个远程调试

image.png

看效果

image.png


missonce
96 声望5 粉丝

php 菜鸟