多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[TOC] # 配置好php版本 ![](https://img.kancloud.cn/f2/12/f212ca4048c3d4ed49731ef035561db2_1730x740.png) # xdebug.ini ~~~ ; xdebug.remote_host=dockerhost xdebug.remote_connect_back=1 xdebug.remote_port=9001 xdebug.idekey=PHPSTORM xdebug.remote_autostart=0 xdebug.remote_enable=1 xdebug.cli_color=0 xdebug.profiler_enable=0 xdebug.profiler_output_dir="/usr/local/etc/php/7.1/xdebugLog" xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.var_display_max_children=-1 xdebug.var_display_max_data=-1 xdebug.var_display_max_depth=-1 ~~~ # DBGp ![](https://img.kancloud.cn/4a/5c/4a5c03d696f79150b3444110eef1235c_1154x800.png) ![](https://img.kancloud.cn/5f/54/5f54241bfdf86bcf22cbcbf7152e02c5_2658x828.png) # 配置 ![](https://img.kancloud.cn/b2/15/b2153ff527c7a6924dbc9e9297d96347_1484x680.png) 要这种样子 小电话改为绿色监听 ![](https://img.kancloud.cn/7f/cf/7fcfc2e6ad0b9577d8c4857c5284ece3_850x156.png)