Restore xdebug configuration

This commit is contained in:
ErickSkrauch 2018-07-11 02:23:46 +03:00
parent 262142a835
commit 069e4876dd

11
docker/php/xdebug.ini Normal file
View File

@ -0,0 +1,11 @@
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=1
xdebug.remote_port=9000
xdebug.remote_connect_back=0
xdebug.cli_color=1
xdebug.var_display_max_depth=10
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir=/tmp/xdebug-profiler