19 lines
477 B
INI
Raw Normal View History

2023-02-01 17:06:56 +01:00
; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
xdebug.discover_client_host=true
xdebug.remote_port=9003
xdebug.idekey=PHPSTORM
xdebug.client_host=192.168.224.1
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.cli_color=1
xdebug.output_dir="~/xdebug/phpstorm/tmp/profiling"
xdebug.remote_mode=req
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1
xdebug.var_display_max_depth=-1