; For PHP 5.6 and Xdebug 2 ; 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] ; Allow remote hosts to enable debugging, in this case connecting back to the automatically maintained DNS ; name referencing our workstation: host.docker.internal xdebug.remote_enable = true xdebug.remote_host = host.docker.internal xdebug.remote_port = 9000 xdebug.remote_handler = dbgp ; 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.overload_var_dump = 1 xdebug.cli_color = 1