码迷,mamicode.com
首页 > 其他好文 > 详细

xdebug开启调试

时间:2021-05-25 18:12:24      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:handle   enable   docke   docker   rem   mod   start   and   host   

xdebug 2.8 (貌似3.0以下都可以)

[xdebug]
xdebug.remote_enable=1
xdebug.remote_host=host.docker.internal
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_autostart=1
xdebug.remote_log=var/log/xdebug.log

xdebug3.0以上

[xdebug]
xdebug.mode=debug
xdebug.client_host=host.docker.internal
xdebug.client_port=9000
xdebug.start_with_request=yes
xdebug.log=var/log/xdebug.log

xdebug开启调试

标签:handle   enable   docke   docker   rem   mod   start   and   host   

原文地址:https://www.cnblogs.com/kuangke/p/14807528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!