phpstorm+xdeubg debugging 9000 is busy 提示端口不可以的处理办法

1、phpstorm>file>setting

搜索xdebug,修改debug port 为一个没有被占用的端口 比如9100

phpstorm+xdeubg debugging 9000 is busy  提示端口不可以的处理办法

 

 

2、打开当前应用使用的 php.ini,设置 remote_enable = on ,xdebug.remote_port=9100 ,保存并重启nginx或apache即可

phpstorm+xdeubg debugging 9000 is busy  提示端口不可以的处理办法

 

上一篇:ftp支持ipv6


下一篇:Xdebug+phpstdy+phpstorm