

Make sure that your web server does not clean the environment, or specificallyĪllows the XDEBUG_CONFIG environment variable to be passed on. Need to turn off if you want to use XDEBUG_CONFIG. Prevent environment variables from being propagated to PHP and Xdebug.Ĭonfiguration setting that is on by default, which you will Some web servers have a configuration option to The documentation for each setting below will indicate if it can be set through An example of this is:Įxport XDEBUG_CONFIG="client_host=192.168.42.34 log=/tmp/xdebug.log" part shouldīe dropped from the setting name. user.ini files.Ī select set of settings can be set through an XDEBUG_CONFIGĮnvironment variable. Php.ini, files like 99-xdebug.ini, but also inĪpache's. Unless specifically mentioneds, each setting can be set in This section describes all available configuration settings available in Xdebug. If you find Xdebug useful, please consider supporting the project.
