PHPstudy + phpstrom +xdebug 断点调试(windows) - CSDN博客

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHPstudy + phpstrom +xdebug 断点调试(windows) - CSDN博客相关的知识,希望对你有一定的参考价值。

原文:PHPstudy + phpstrom +xdebug 断点调试(windows) - CSDN博客

php.ini 配置 需要添加如下内容

[XDebug]

xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"

;zend_extension = D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug-2.5.1-5.6-vc11-x86_64.dll
xdebug.remote_enable =1
xdebug.remote_handler = "dbgp"
xdebug.idekey = PHPSTORM
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000

技术分享

php languagel level: 这个是PHP的版本
cli interpreler 选择PHP的文件所在位置,最后选择为php-cgi.exe 文件

技术分享

原有的配置文件不变,主要看Debug port 端口号,要与PHPinfo 里的xdebug port端口号一致

技术分享

Ied key : 这里要查看phpinfo里的xdebug 的key是什么,要写的一致
host:你的访问域名或者 localhost
port:你项目的端口是多少就写多少

技术分享

Name:这个写个名字就好
host:我这里写的是项目的访问路径
prot:项目的端口
debugger:选择xdebug

技术分享

name:随便写个名字
server:选择你刚才创建的那个项目

技术分享

输出这个的调试信息,证明配置成功!祝各位小伙伴配置成功,遇到问题,欢迎留言








以上是关于PHPstudy + phpstrom +xdebug 断点调试(windows) - CSDN博客的主要内容,如果未能解决你的问题,请参考以下文章

zend用xdebug调试

vscode wsl php

我无法让 xdebug 工作

mac下的phpstorm增加xdebug调试

xampp 1.7.4 + winxp + 日食

使用VS Code断点调试PHP