PHP环境

警告
本文最后更新于 2020-05-28,文中内容可能已过时。

本地部署docker环境的php

https://i.imgur.com/6LezRbe.png

https://i.imgur.com/Jq4ztYh.png

1
2
3
# 本地查看IED端口是否有监听
$ ss -tunlp |grep 9050
tcp    LISTEN  0       50                        *:9050                 *:*      users:(("java",pid=224295,fd=119))    

https://i.imgur.com/8I2Z70V.png

下载 Xdebug helper 插件

https://i.imgur.com/Ad08sGs.png

https://i.imgur.com/aZcIbGa.png

https://i.imgur.com/qfxucwo.png


Xdebug+PhpStorm 远程调试