2016-08-19 08:03:45 +08:00
|
|
|
; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
|
|
|
|
|
2020-02-14 22:15:04 +08:00
|
|
|
xdebug.remote_host="host.docker.internal"
|
|
|
|
xdebug.remote_connect_back=0
|
2017-12-18 04:31:05 +08:00
|
|
|
xdebug.remote_port=9000
|
|
|
|
xdebug.idekey=PHPSTORM
|
|
|
|
|
2016-10-10 08:47:08 +08:00
|
|
|
xdebug.remote_autostart=0
|
|
|
|
xdebug.remote_enable=0
|
|
|
|
xdebug.cli_color=0
|
|
|
|
xdebug.profiler_enable=0
|
2017-12-18 04:31:05 +08:00
|
|
|
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
|
|
|
|
|
2016-08-19 08:03:45 +08:00
|
|
|
xdebug.remote_handler=dbgp
|
|
|
|
xdebug.remote_mode=req
|
|
|
|
|
2017-12-18 04:31:05 +08:00
|
|
|
xdebug.var_display_max_children=-1
|
|
|
|
xdebug.var_display_max_data=-1
|
|
|
|
xdebug.var_display_max_depth=-1
|