; For PHP 7 and Xdebug 3 ; This file is intended to supplement the auto-generated "docker-php-ext-xdebug.ini" that gets created by the ; "docker-php-ext-enable xdebug" command. That ini file will contain the path to the dynamically built extension file ; (which is why they should remain separate). [XDebug] ; General config ;xdebug.remote_enable = true ; Replaced by xdebug.mode=debug, see https://xdebug.org/docs/upgrade_guide and https://xdebug.org/docs/all_settings#mode xdebug.mode = debug xdebug.client_host = host.docker.internal xdebug.client_port = 9000 ; Profiling (enable via cookie or GET/POST variable: XDEBUG_PROFILE=1). xdebug.profiler_enable = 0 xdebug.profiler_enable_trigger = 1 xdebug.profiler_output_dir = /tmp/xdebug-profiling/ ; var_dump() settings. xdebug.cli_color = 1