内容简介:环境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同步:
//如果只在phpstudy里面打开项目或者开发就填phpstudy路径就ok
3. 配置xdebug
4. 安装并开启浏览器插件xdebug helper
5. 调试
以上所述就是小编给大家介绍的《phpstorm+phpstudy+xdebug配置》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 6、如何获取配置中心的配置
- React降级配置及Ant Design配置
- vscode 配置eslint 开发vue的相关配置
- git commit 规范校验配置和版本发布配置
- hadoop地址配置、内存配置、守护进程设置、环境设置
- 在hibernate中配置事务级别与命名查询配置【原创】
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!