当前位置:网站首页>windows IDEA + PHP+xdebug 断点调试
windows IDEA + PHP+xdebug 断点调试
2022-08-01 12:20:00 【愚公码农】
1. 环境说明
IDEA 2022.1
PHP 7.2.9
xdebug v3.1.5
2. 配置
将 下载的 php_xdebug-3.1.5-7.2-vc15-x86_64.dll 放在 ext 目录中(php.ini 中 extension_dir 配置项)
重命名成 php_xdebug.dll
2.1 php.ini 修改
追加 如下内容
zend_extension=xdebug
xdebug.mode=debug,trace,profile
xdebug.client_host=127.0.0.1
xdebug.client_port=19003
xdebug.remote_enable=on
xdebug.remote_handler="dbgp"
xdebug.discover_client_host = 1
xdebug.idekey=idea
xdebug.start_with_request = yes
xdebug.remote_log="D:/data/log/xdebug/xdebug.log"
2.1 IDEA 配置
安装 php plugin

配置 php


配置debug
配置 DBGp
配置 Servers
增加运行配置

开启监听
3. 发送请求

然后就可以走到断点了
边栏推荐
- What is MNIST (what does plist mean)
- How to integrate 3rd party service center registration into Istio?
- 测试发文
- 重磅消息 | Authing 实现与西门子低代码平台的集成
- The CAN communication standard frame and extended frame is introduced
- 判断JS数据类型的四种方法
- 【Unity3D插件】AVPro Video插件分享《视频播放插件》
- Dameng replaces the officially authorized dm.key
- 关于亚马逊测评,你了解多少?
- markdown常用数学符号cov(markdown求和符号)
猜你喜欢

leetcode/submatrix element sum

Favorites|Mechanical Engineer Interview Frequently Asked Questions

安全又省钱,“15岁”老小区用上管道燃气

程序员的自我修养

Pytest电商项目实战(下)

Dameng replaces the officially authorized dm.key

新书上市 |《谁在掷骰子?》在“不确定性时代”中确定前行

Audio and Video Technology Development Weekly | 256

mysql进阶(二十二)MySQL错误之Incorrect string value中文字符输入错误问题分析

找出相同属性值的对象 累加数量 汇总
随机推荐
win10系统重装,无法登录进行同步的情况下chrome数据恢复
Beyond Compare 4 trial period expires
pandas connects to the oracle database and pulls the data in the table into the dataframe, filters all the data from the current time (sysdate) to one hour ago (filters the range data of one hour)
SCHEMA solves the puzzle
Feign 从注册到调用原理分析
CloudCompare&PCL ICP配准(点到面)
找出相同属性值的对象 累加数量 汇总
markdown常用数学符号cov(markdown求和符号)
关于亚马逊测评,你了解多少?
故障007:dexp导数莫名中断
音视频技术开发周刊 | 256
蔚来又一新品牌披露:产品价格低于20万
Find objects with the same property value Cumulative number Summarize
pandas连接oracle数据库并拉取表中数据到dataframe中、筛选当前时间(sysdate)到一个小时之前的所有数据(筛选一个小时的范围数据)
Aeraki Mesh Joins CNCF Cloud Native Panorama
【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用
新一代超安全蜂窝电池, 思皓爱跑上市13.99万元起售
Pytest e-commerce project combat (below)
并发编程10大坑,你踩过几个?
ddl and dml in sql (the difference between database table and view)