idea配置php的xdebug调试

时间:2024年04月22日

/

来源:网络

/

编辑:佚名

1.修改php.ini
;extension=php_xdebug  如果有这段代码就把这段代码注释了<br>
[XDebug]
zend_extension="H:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/php_xdebug.dll"
xdebug.remote_enable=true
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.remote_connect_back=1
;下面两项和Intellij idea里的对应
;xdebug.idekey=11105
xdebug.idekey=py
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
;下面这句很关键,不设置intellij idea无法调试
xdebug.remote_autostart=1
;调试配置,详细的可以参考phpinfo页面进行配置
xdebug.auto_trace=on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.trace_output_dir="../xdebug"
xdebug.profiler_enable=on
xdebug.profiler_output_dir="../xdebug"
xdebug.collect_vars=on
xdebug.cli_color=on
 ;设置变量显示的相关参数
xdebug.var_display_max_children=128
xdebug.var_display_max_data=51200
xdebug.var_display_max_depth=10
2.设置php版本与php.exe运行路径

3.配置Debug的端口,填写9001,要与php.ini里面的端口一致。

4.设置DBGp Proxy的参数IDE key,  Host,   Port,参数与php.ini一致。

5.设置Servers的参数,服务器的Name,Host,Port。

  

 

 

 

 

 

 

 
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。