Home >Backend Development >PHP Tutorial >linux - phpstorm xdebug远程调试

linux - phpstorm xdebug远程调试

WBOY
WBOYOriginal
2016-06-06 20:39:341424browse

求指导 phpstorm xdebug远程调试怎么始终不成功

回复内容:

求指导 phpstorm xdebug远程调试怎么始终不成功

这是我写的帖子,希望对你有帮助:http://wenda.golaravel.com/article/283

简单点说:
1,php环境,phpinfo中要有xdebug
2,浏览器中安装一个Xdebug helper插件,安装了这个打开之后会在请求的header里添加信息
见图1
3,phpstorm的debug模式打开,见图2

linux - phpstorm xdebug远程调试

linux - phpstorm xdebug远程调试

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php 做出类似jmail的效果Next article:PHP构造方法问题