diff --git a/html/docs/include/settings/client_host.html b/html/docs/include/settings/client_host.html index 0d25484..3b8213b 100644 --- a/html/docs/include/settings/client_host.html +++ b/html/docs/include/settings/client_host.html @@ -1,10 +1,13 @@
Configures the IP address or hostname where Xdebug will attempt to connect to when initiating a debugging connection. This address should be the address of the machine where your IDE or debugging client is listening for incoming debugging connections.
-On non-Windows platforms, it is also possible to configure a Unix domain socket which is supported by
-only a select view debugging clients. In that case, instead of the hostname or IP address, use
-unix:///path/to/sock
.
Pseudo hosts are available to use in-place of an IP:
+xdebug://gateway
: use the system defined network gateway.xdebug://nameserver
: use the system defined private network nameserver.unix:///path/to/sock
: On non-Windows platforms, supported by only a select view debugging clients,
+ use a Unix domain socket.If [CFG:discover_client_host] is enabled then Xdebug will only use the value of this setting in case Xdebug can not connect to an IDE using the information it obtained from HTTP headers. In that case, the value of this setting acts as a fallback only.