需求说明:本地xdebug调试远程服务器。

phpstorm xdebug 配置:

1.

 mac下phpstorm xdebug 远程服务器配置

2. 

mac下phpstorm xdebug 远程服务器配置

3. 假设远程服务器已经安装了xdebug

mac下phpstorm xdebug 远程服务器配置

4. 使用mac自带的ssh 工具进行端口转发,把远程服务器上的xdebug 7777端口转发到本地7778端口。

ssh -R 7777:127.0.0.1:7778 remoteServer

相关文章:

  • 2021-10-12
  • 2021-04-23
  • 2021-12-28
  • 2022-12-23
  • 2022-03-11
  • 2021-11-27
  • 2021-10-25
  • 2021-07-12
猜你喜欢
  • 2022-12-23
  • 2021-04-16
  • 2021-04-15
  • 2021-07-06
  • 2021-06-23
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案