mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 15:02:19 +05:30
Restore xdebug configuration
This commit is contained in:
parent
262142a835
commit
069e4876dd
11
docker/php/xdebug.ini
Normal file
11
docker/php/xdebug.ini
Normal 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
|
Loading…
Reference in New Issue
Block a user