2016-08-19 02:03:45 +02:00
|
|
|
; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
|
|
|
|
|
2017-12-17 21:31:05 +01:00
|
|
|
; xdebug.remote_host=dockerhost
|
|
|
|
xdebug.remote_connect_back=1
|
|
|
|
xdebug.remote_port=9000
|
|
|
|
xdebug.idekey=PHPSTORM
|
|
|
|
|
2019-08-09 03:08:49 +02:00
|
|
|
xdebug.remote_autostart=0
|
2019-12-05 04:27:44 +01:00
|
|
|
xdebug.remote_enable=0
|
2019-08-09 02:52:32 +02:00
|
|
|
xdebug.cli_color=1
|
2016-10-10 02:47:08 +02:00
|
|
|
xdebug.profiler_enable=0
|
2017-12-17 21:31:05 +01:00
|
|
|
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
|
|
|
|
|
2016-08-19 02:03:45 +02:00
|
|
|
xdebug.remote_handler=dbgp
|
|
|
|
xdebug.remote_mode=req
|
2019-08-09 02:52:32 +02:00
|
|
|
|
|
|
|
xdebug.auto_trace = 1
|
|
|
|
xdebug.collect_params = 1
|
|
|
|
xdebug.collect_return = 1
|
2016-08-19 02:03:45 +02:00
|
|
|
|
2017-12-17 21:31:05 +01:00
|
|
|
xdebug.var_display_max_children=-1
|
|
|
|
xdebug.var_display_max_data=-1
|
|
|
|
xdebug.var_display_max_depth=-1
|
|
|
|
|