最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
phpstorm安装xdebug(phpstudy环境下)成功运行的操作步骤
时间:2026-05-30 15:30:02 编辑:袖梨 来源:一聚教程网
注意:
想要在phpstorm中调试请满足一个条件。那就是安装在d盘。为什么呢?因为这样方便复制粘贴呀,要开启phpstudy中的php扩展的xdebug啊
第一步:phpstudy里面的php.ini中:复制粘贴
[Xdebug]xdebug.default_enable=Onxdebug.idekey = "PHPSTORM"zend_extension=D:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/php_xdebug.dllxdebug.collect_params=1xdebug.collect_return=1xdebug.auto_trace=Onxdebug.trace_output_dir=D:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.tracexdebug.profiler_enable=Onxdebug.profiler_output_dir ="D:phpstudy_proExtensionstmpxdebug"xdebug.remote_enable=Onxdebug.remote_host=127.0.0.1xdebug.remote_port=9100xdebug.remote_handler=dbgp
第二步:phpstorm中
phpstorm—>File----》settings---->languages&Frameworks---->php---->debug—>
点击这两个,先点击apply再点击ok.
第三步:phpstorm中
第四步:phpstorm中
第五步:phpstorm中
完成!!!
到此这篇关于phpstorm安装叉debug(phpstudy环境下)成功运行的文章就介绍到这了,更多相关phpstorm安装叉debug内容请搜索一聚教程网以前的文章或继续浏览下面的相关文章希望大家以后多多支持一聚教程网!
相关文章
- 波比的游戏时间5价格查询 波比的游戏时间5发售售价与购买渠道分享 05-30
- DLP如何与加密技术协同应用 05-30
- 蛮多小说怎样查找目录 05-30
- Java日志打印最佳实践系统讲解 05-30
- Hadoop数据仓库的扩展方法探讨 05-30
- 9 Double与Float:IEEE 754浮点数在Java中的实现解析 05-30