blackbirdchess-docker-dev/php-fpm/xdebug.ini

20 lines
547 B
INI
Raw Permalink Normal View History

; NOTE: The actual debug.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini)
2023-08-15 18:47:53 +02:00
xdebug.client_host="host.docker.internal"
xdebug.discover_client_host=true
xdebug.remote_port=9003
xdebug.idekey=PHPSTORM
2016-10-10 02:47:08 +02:00
xdebug.remote_autostart=0
xdebug.remote_enable=0
xdebug.cli_color=0
xdebug.profiler_enable=0
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1
xdebug.var_display_max_depth=-1