phpstorm+phpstudy+xdebug配置

栏目: PHP · 发布时间: 5年前

内容简介:环境win7+phpstorm2018.3+phpstudy2016+php5.6.27-nts+apache结尾添加:[XDebug]

环境win7+phpstorm2018.3+phpstudy2016+php5.6.27-nts+apache

1. phpstudy开启xdebug扩展

2.修改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”

xdebug.profiler_append = 0

xdebug.profiler_enable = 1

xdebug.profiler_enable_trigger = 0

xdebug.profiler_output_name = “cache.out.%t-%s”

xdebug.remote_enable = 1

xdebug.remote_handler = “dbgp”

xdebug.remote_mode = “req”

xdebug.remote_host = “127.0.0.1”

xdebug.remote_port = 9010

xdebug.idekey= PHPSTROM

phpstorm配置与phpstudy同步:

phpstorm+phpstudy+xdebug配置 phpstorm+phpstudy+xdebug配置

//如果只在phpstudy里面打开项目或者开发就填phpstudy路径就ok

phpstorm+phpstudy+xdebug配置 phpstorm+phpstudy+xdebug配置

3. 配置xdebug

phpstorm+phpstudy+xdebug配置 phpstorm+phpstudy+xdebug配置

phpstorm+phpstudy+xdebug配置 phpstorm+phpstudy+xdebug配置

4. 安装并开启浏览器插件xdebug helper

phpstorm+phpstudy+xdebug配置

5. 调试

phpstorm+phpstudy+xdebug配置 phpstorm+phpstudy+xdebug配置


以上所述就是小编给大家介绍的《phpstorm+phpstudy+xdebug配置》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Web Form Design

Web Form Design

Luke Wroblewski / Rosenfeld Media / 2008-5-2 / GBP 25.00

Forms make or break the most crucial online interactions: checkout, registration, and any task requiring information entry. In Web Form Design, Luke Wroblewski draws on original research, his consider......一起来看看 《Web Form Design》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具