远端:Centos7 PHPstORM在windows上。 centos7上同上一篇文章, [xdebug] zend_extension="xdebug.so" xdebug.remote_enable = 1 xdebug.remote
远端:Centos7
centos7上同上一篇文章,
[xdebug]
zend_extension="xdebug.so"
xdebug.remote_enable = 1
xdebug.remote_host = 192.168.0.102
xdebug.remote_autostart = 1
xdebug.remote_port= 9003
此处remote_host是windows机器
此处remote_port是9003,也是开放的windows端口
windows配置,
PHPStorm怎么配置xdebug工具并使用?(图文+视频教程)-PHP知识-PHP中文网
0 选择从sftp导入文件作为项目。
1 打开phpstorm,在file栏目下找到setting设置
2 在设置中,打开debug部分进行设置远程端口号操作,这里的端口号要与你配置文件中设置端口号一样。此处9003
打开phpstorm编辑界面,点击右上角的小电话标志,打开xdebug断点调试。这里我们打开一个文件进行测试如下图,在文件中打个断点,如12行所示,鼠标点击一下即可。
点击右上角的小方块标志,即可关闭xdebug调试。
调试过程中,在linux上查看
[root@localhost debug]# netstat -anvvp | grep 9003
netstat: no support for `AF INET (sctp)' on this system.
netstat: no support for `AF INET (sctp)' on this system.
netstat: no support for `AF IPX' on this system.
netstat: no support for `AF AX25' on this system.
netstat: no support for `AF X25' on this system.
netstat: no support for `AF NETROM' on this system.
tcp 0 0 192.168.0.101:58264 192.168.0.102:9003 ESTABLISHED 25804/php
确实是centos在连接9003
来源地址:https://blog.csdn.net/anzhuangguai/article/details/127028786
--结束END--
本文标题: phpstorm+xdebug远程调试
本文链接: https://lsjlt.com/news/403122.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0