对有有经验的程序员,使用echo()、print_r()、print_f()、var_dump()等函数足以调试php代码,如果你不喜欢这样的话,xdebug就是一个非常好的php调试工具。
1. 创建一个php文件,写入phpinfo(); 这段代码。
2. 然后访问此php文件,复制当前页面所有文字。
3. 打开https://xdebug.org/wizard站点将复制的内容全部填写进去,点击 “Analyse my phpinfo() output”按钮进行检测php对应扩展
4. 下载扩展
5. 将下载的文件放入到对应php版本的扩展文件夹中
6. 打开 php.ini 文件,在最下方增加xdebug扩展配置
[Xdebug]
zend_extension=E:\phpstudy_pro\Extensions\php\php7.3.4nts\ext\php_xdebug-3.1.4-7.3-vc15-nts-x86_64.dll
xdebug.remote_enable =1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = 9000
xdebug.client_port = 9000
xdebug.idekey = test
xdebug.mode = debug
7. 打开phpstorm的设置
8. 选择PHP-Debug,将里面的端口修改成和php.ini里面的端口一致
9. 配置xdebug key,确保端口和地址还有key必须和php.ini中的配置对应。
10. 增加调试服务,填写服务名称,添加请求服务地址,地址为127.0.0.1,下方的“use path mappings”不要进行勾选,牢记不要勾选。
11. 配置完成之后点击验证,出现全部对号即配置成功
12. 设置断点,开启debug监听,点击绿色的甲壳虫进行开始调试,这个小电话一定的是接通的状态,才可以的。
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}